IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 4:08:31 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.69

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/objectfrommetadata.c

    r10753 r10989  
    450450            exit(EXIT_FAILURE);
    451451        }
     452            psFree(md);
     453            exit(EXIT_FAILURE);
     454        }
    452455
    453456        object = newExpObjectFromMetadata(md);
     
    486489            exit(EXIT_FAILURE);
    487490        }
     491            psFree(object);
     492            exit(EXIT_FAILURE);
     493        }
    488494
    489495        psFree(object);
     
    511517            exit(EXIT_FAILURE);
    512518        }
     519            psFree(md);
     520            exit(EXIT_FAILURE);
     521        }
    513522
    514523        object = newImfileObjectFromMetadata(md);
     
    533542        }
    534543        if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) {
     544            psFree(object);
     545            exit(EXIT_FAILURE);
     546        }
    535547            psFree(object);
    536548            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.