IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2005, 1:07:37 PM (21 years ago)
Author:
eugene
Message:

cleaning up memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/opihi.c

    r3905 r3907  
    4343      add_history (line);
    4444      append_history (1, history);
    45       free (line);
    4645      free (list);
    4746    }
     47    free (line);
    4848    line = (char *) NULL;
    4949  }
Note: See TracChangeset for help on using the changeset viewer.