IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2005, 12:48:04 PM (21 years ago)
Author:
eugene
Message:

fixed memory error

File:
1 edited

Legend:

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

    r2800 r3418  
    112112      sprintf (line, "input %s/%s", home, rcfile);
    113113      status = command (line, &outline);
    114       if (outline != (char *) NULL)
    115         free (outline);
    116       free (home);
     114      if (outline != (char *) NULL) free (outline);
    117115    }
    118116     
Note: See TracChangeset for help on using the changeset viewer.