IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23583


Ignore:
Timestamp:
Mar 29, 2009, 12:22:51 PM (17 years ago)
Author:
eugene
Message:

free line in if block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/run_if.c

    r16462 r23583  
    113113        status = multicommand (input);
    114114        if (ThisList == 0) add_history (input);
    115         if (auto_break && !status) return (FALSE);
     115        if (auto_break && !status) {
     116          free (input);
     117          return (FALSE);
     118        }
    116119      }
    117120    }
Note: See TracChangeset for help on using the changeset viewer.