IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3103


Ignore:
Timestamp:
Jan 27, 2005, 12:35:35 PM (21 years ago)
Author:
eugene
Message:

fixed memory leak related to x[2] = 5

File:
1 edited

Legend:

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

    r2801 r3103  
    117117    }
    118118    Nval = atoi (val);
     119    free (val); val = NULL;
    119120    free (V);
    120121
     
    132133    if (V1[0] != '=') goto error;
    133134    V1 ++;
    134     B = thisword (V1);
    135     if (B == (char *) NULL) goto error;
    136135
    137136    /*** assign vector element to value ***/
Note: See TracChangeset for help on using the changeset viewer.