IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29784


Ignore:
Timestamp:
Nov 16, 2010, 10:22:16 AM (15 years ago)
Author:
eugene
Message:

fix extra free of foundMosaic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/Ohana/src/opihi/dvo/images.c

    r29779 r29784  
    3535
    3636  SOLO_MOSAIC = FALSE;
     37  foundMosaic = NULL;
    3738  if ((N = get_argument (argc, argv, "-mosaic"))) {
    3839    remove_argument (N, &argc, argv);
     
    356357  free (Yvec.elements.Flt);
    357358  FreeImages (image);
    358   free (foundMosaic);
     359  FREE (foundMosaic);
    359360  return (TRUE);
    360361
Note: See TracChangeset for help on using the changeset viewer.