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/lib.shell/startup.c

    r15008 r16446  
    6666      read_history (opihi_history);
    6767    }
     68    if (opihi_history) free (opihi_history);
    6869  }
    6970
     
    126127      status = command (line, &outline, TRUE);
    127128      if (outline != (char *) NULL) free (outline);
     129      if (rcfile) free (rcfile);
    128130    }
    129131     
Note: See TracChangeset for help on using the changeset viewer.