IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2006, 11:44:52 AM (20 years ago)
Author:
jhoblitt
Message:

updated version to fix memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/tests/insertobject.c

    r7500 r8006  
    498498        }
    499499
    500         object = detRunRowAlloc("a string", -32);
     500        object = detRunRowAlloc(-32, "a string");
    501501        if (!object) {
    502502            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.