IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2004, 2:35:01 PM (22 years ago)
Author:
gusciora
Message:

psHashKeyList() tests and the stdout files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psHash01.c

    r860 r881  
    11/*****************************************************************************
    22    This code will test whether a hash table can be de-allocated successfully.
    3  
    4     GUS: figure out how the memory leak detection stuff works, then put it
    5     in here.
    63 *****************************************************************************/
    74#include <stdio.h>
     
    5451    psHashFree(myHashTable, (void (*)(void *))IdFree);
    5552
    56     //
    57     // GUS: put some memory leak stuff here.
    58     //
    59 
    6053    if (imGlobal != 4) {
    6154        fprintf(stderr, "%s: only (%d/4) entries were freed",
Note: See TracChangeset for help on using the changeset viewer.