comparison zip.c @ 1594:137dbd05ceab

Fix some issues identified by cppcheck
author Michael Pavone <pavone@retrodev.com>
date Fri, 29 Jun 2018 09:33:23 -0700
parents 7121daaa48c2
children 0111c8344477
comparison
equal deleted inserted replaced
1593:24508cb54f87 1594:137dbd05ceab
174 free(buf); 174 free(buf);
175 return NULL; 175 return NULL;
176 } 176 }
177 } 177 }
178 break; 178 break;
179 }
179 #endif 180 #endif
180 }
181 default: 181 default:
182 free(buf); 182 free(buf);
183 return NULL; 183 return NULL;
184 } 184 }
185 185