IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16212


Ignore:
Timestamp:
Jan 23, 2008, 2:25:00 PM (18 years ago)
Author:
eugene
Message:

free temp variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/src/findexec.c

    r8385 r16212  
    288288      tpath = pathname (path);
    289289      if (!mkdirhier (tpath, mode)) {
     290        free (tpath);
    290291        if (mkdir (path, mode)) {
    291292          return (-1);
     
    295296        }
    296297      } else {
     298        free (tpath);
    297299        return (-1);
    298300      }
Note: See TracChangeset for help on using the changeset viewer.