Replace free() with mh_free0()
authorm@mmmmarascio.xyz <m@mmmmarascio.xyz>
Tue, 22 Mar 2016 03:28:44 +0000 (20:28 -0700)
committerPhilipp Takacs <philipp@bureaucracy.de>
Fri, 25 Mar 2016 22:26:18 +0000 (23:26 +0100)
mh_free0() free's the memmory and set's the pointer to NULL after
the free. This avoids doublefree and dereferenc of a non valid poiter.


No differences found