IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28207


Ignore:
Timestamp:
Jun 3, 2010, 3:45:24 PM (16 years ago)
Author:
eugene
Message:

plug leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/high_speed_objects.c

    r28204 r28207  
    282282  }
    283283  fprintf (stderr, "found %d matches\n", Nmatch);
     284 
     285  free (slowMoving);
     286  free (groupA);
     287  free (groupB);
     288  free (X1);
     289  free (Y1);
     290  free (N1);
     291
    284292  return TRUE;
    285293}
Note: See TracChangeset for help on using the changeset viewer.