From: Philipp Takacs Date: Wed, 21 Nov 2018 21:06:22 +0000 (+0100) Subject: remove free of static memory X-Git-Tag: mmh-0.4~10^2~3 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=b7df0ea22b417220d96485c84d5d0a0b2e8e86ea remove free of static memory --- diff --git a/uip/pick.c b/uip/pick.c index 25bd6b6..12b2bd7 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -1282,7 +1282,6 @@ DATEfree(struct nexus **n) } dd = (*n)->data; - mh_free0(&dd->datef); mh_free0(n); }