IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32815


Ignore:
Timestamp:
Nov 25, 2011, 8:57:40 AM (15 years ago)
Author:
bills
Message:

skip a free that causes a SEGV with Ohana memory management code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20111110/Ohana/src/getstar/src/dvoImagesAtCoords.c

    r31238 r32815  
    158158        }
    159159        if  (copy) {
    160             free(copy);
     160            // XXX: Freeing this causes SEGV because free has been replaced
     161            // by ohana_free
     162            // free(copy);
    161163        }
    162164    }
Note: See TracChangeset for help on using the changeset viewer.