X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d8b9c1f6f44191c4494c1344e290ac139bf8ef7e..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/uip/mhstoresbr.c diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 930decad..9c38a588 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -395,7 +395,7 @@ missing_part: ct = *ctq++; if (store_content (ct, NULL, info) == NOTOK) { losing: - free ((char *) base); + free(base); return NOTOK; } @@ -405,7 +405,7 @@ losing: goto losing; } - free ((char *) base); + free(base); return OK; }