IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2005, 10:09:10 PM (21 years ago)
Author:
eugene
Message:

cleaned up memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/run_while.c

    r3907 r3922  
    1818  if (val == NULL) return (FALSE);
    1919  logic = atof (val); /* warning: round-off error is a danger */
     20  free (val);
    2021 
    2122  NLINES = D_NLINES;
     
    8586    if (val == NULL) return (FALSE);
    8687    logic = atof (val); /* warning: round-off error is a danger */
     88    free (val);
    8789  } while (logic && !interrupt);
    8890  loop_continue = loop_break = FALSE;
Note: See TracChangeset for help on using the changeset viewer.