IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 19, 2011, 1:26:36 PM (15 years ago)
Author:
bills
Message:

don't try and free memory returned by strdup. The current build redirects free to ohana_free
and strdup does not use that

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/dvoImagesAtCoords.c

    r31238 r32974  
    158158        }
    159159        if  (copy) {
    160             free(copy);
     160            // XXX: Temporarily leak this copy. free gets redirected to
     161            // ohana_free but strdup didn't allocate the memory
     162            // free(copy);
    161163        }
    162164    }
Note: See TracChangeset for help on using the changeset viewer.