IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2008, 3:28:20 PM (18 years ago)
Author:
eugene
Message:

plug leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/vgauss.c

    r10307 r16446  
    1010    return (FALSE); \
    1111  } \
    12   V = atof (c);
     12  V = atof (c); \
     13  free (c);
    1314
    1415int vgauss (int argc, char **argv) {
     
    8384  }
    8485
     86  free (dy);
    8587  mrqfree (Npar);
    8688  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.