Check-in Number:
|
3211 | |
Date: |
2003-Feb-11 12:40:12 (local)
2003-Feb-11 11:40:12 (UTC) |
User: | thl |
Branch: | |
Comment: |
cosmetics |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_option.c 1.27 -> 1.28
--- lmtp2nntp_option.c 2003/02/11 10:00:48 1.27
+++ lmtp2nntp_option.c 2003/02/11 11:40:12 1.28
@@ -534,10 +534,12 @@
}
cleanup {
int i;
- if (fd != -1) close(fd);
+ if (fd != -1)
+ close(fd);
if (argv != NULL) {
- for (i = 0; argv[i] != NULL; i++)
+ for (i = 0; argv[i] != NULL; i++) {
free(argv[i]);
+ }
free(argv);
}
if (cpBuf != NULL)
|
|