Fix memory leak during build process (Bug 2183)
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Mon, 12 Mar 2018 22:53:13 +0000 (23:53 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Mon, 12 Mar 2018 22:53:13 +0000 (23:53 +0100)
commit7cc29763f75a5bb61942db60bbea2429d09daf15
treed7e2b7c88faf5d0ad53b3f4be304f905a02c758b
parent889d293b45a5b0124aea16c41294860b3905a262
Fix memory leak during build process (Bug 2183)

(Normally we don't care about leaks in short lived processes we use
during build time. But as -fsanitize=address breaks the build in an
early stage, the leak is fixed now.)

Thanks to Andrew Aitchison.
src/src/buildconfig.c