IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 98


Ignore:
Timestamp:
Oct 7, 2003, 8:39:50 AM (23 years ago)
Author:
eugene
Message:

fixed inconsistent use of close_db, which was freeing the image data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/src/imstatreg.c

    r88 r98  
    11# include "imregister.h"
    22# include "imreg.h"
    3 static char *version = "imstatreg $Revision: 3.5 $";
     3static char *version = "imstatreg $Revision: 3.6 $";
    44
    55int main (int argc, char **argv) {
     
    7777    update_db (match, Nmatch);
    7878    free (match);
     79    free (image);
    7980     
    8081    /* clear temp DB hardlock */
Note: See TracChangeset for help on using the changeset viewer.