]> git.ipfire.org Git - people/ms/u-boot.git/commit
env: import: hashtable: Free memory allocated before exiting from himport_r()
authorLukasz Majewski <l.majewski@majess.pl>
Sun, 13 Sep 2015 22:57:04 +0000 (00:57 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 15 Sep 2015 19:05:13 +0000 (15:05 -0400)
commit0226d8780b3886a4acdd2d4c9731419306d470f6
treecf0f897c3310d286db5857c2ed4c73cecdec854e
parent817e48d8a2998b19dc36a77f8363b5f74bc3fa9e
env: import: hashtable: Free memory allocated before exiting from himport_r()

ithout this patch memory is not released on early exit.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
lib/hashtable.c