Changeset 16459
- Timestamp:
- Feb 13, 2008, 3:32:33 PM (18 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 4 edited
-
lib.data/page.c (modified) (1 diff)
-
lib.shell/convert_to_RPN.c (modified) (1 diff)
-
pcontrol/ResetJob.c (modified) (1 diff)
-
pcontrol/StopHosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/page.c
r12332 r16459 22 22 free (page[0].words); 23 23 free (page[0].value); 24 free (page); 24 25 } 25 26 -
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r15878 r16459 163 163 /*** free up unused stack space ***/ 164 164 165 // XXX there should not be any un-freed op_stacks at this point 166 // clean_stack (op_stack, NSTACK); 165 // If we parsed everything above, there should not be any un-freed op_stacks at this 166 // point. However, if we had a syntax error, we will have op_stack entries left behind. 167 delete_stack (op_stack, NSTACK); 167 168 free (op_stack); 168 169 -
trunk/Ohana/src/opihi/pcontrol/ResetJob.c
r14590 r16459 46 46 } 47 47 48 gprint (GP_ERR, "programming error in GetJobOutput (should not reach here)\n"); 48 gprint (GP_ERR, "programming error in ResetJob (should not reach here)\n"); 49 FreeIOBuffer (&buffer); 49 50 pcontrol_exit (1); 50 51 return (FALSE); -
trunk/Ohana/src/opihi/pcontrol/StopHosts.c
r13720 r16459 76 76 InitIOBuffer (&buffer, 0x100); 77 77 status = PclientCommand (host, "exit", "Goodbye", &buffer); 78 FreeIOBuffer (&buffer); 78 79 79 80 /* check on success of pclient command */
Note:
See TracChangeset
for help on using the changeset viewer.
