Changeset 16466
- Timestamp:
- Feb 13, 2008, 4:30:07 PM (18 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 4 edited
-
libkapa/src/IOfuncs.c (modified) (3 diffs)
-
libohana/src/config.c (modified) (2 diffs)
-
opihi/cmd.basic/shell.c (modified) (2 diffs)
-
opihi/lib.data/book.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libkapa/src/IOfuncs.c
r13479 r16466 82 82 va_end (argp); 83 83 84 free (message); 85 84 86 return (status); 85 87 } … … 139 141 va_end (argp); 140 142 143 free (message); 144 141 145 return (1); 142 146 } … … 158 162 fprintf (stderr, "extra data in buffer: %d bytes\n", Nbytes); 159 163 fprintf (stderr, "garbage: %s\n", answer); 164 free (answer); 160 165 return (FALSE); 161 166 } 167 free (answer); 162 168 return (TRUE); 163 169 } -
trunk/Ohana/src/libohana/src/config.c
r10073 r16466 93 93 } 94 94 } 95 free (find); 95 96 96 97 /* we eliminate this option: this is just confusing */ … … 107 108 } 108 109 } 109 free (find);110 110 # endif 111 111 -
trunk/Ohana/src/opihi/cmd.basic/shell.c
r16059 r16466 3 3 static char *defshell = "/bin/sh"; 4 4 static char *cmdflag = "-c"; 5 6 // XXX add the ability to exec without a separate shell 7 // XXX add an option to modify the timeout 5 8 6 9 int shell (int argc, char **argv) { … … 42 45 exit (1); 43 46 } 47 free (args[2]); 44 48 free (args); 45 49 -
trunk/Ohana/src/opihi/lib.data/book.c
r16436 r16466 39 39 for (i = 0; i < book[0].Npages; i++) { 40 40 FreePage (book[0].pages[i]); 41 free (book[0].pages[i]);42 41 free (book[0].pageIDs[i]); 43 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
