IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4672


Ignore:
Timestamp:
Jul 29, 2005, 1:15:28 PM (21 years ago)
Author:
jhoblitt
Message:

add missing free in nebObjectInstancesFree()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.c

    r4671 r4672  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.36 2005-07-29 23:12:44 jhoblitt Exp $
     6 * $Id: nebclient.c,v 1.37 2005-07-29 23:15:28 jhoblitt Exp $
    77 */
    88
     
    353353        nebFree(locations->URI[i]);
    354354    }
     355
     356    nebFree(locations);
    355357}
    356358
Note: See TracChangeset for help on using the changeset viewer.