billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=344e466eba3ec1c880f656ff2a49c4992d8a3fb1

commit 344e466eba3ec1c880f656ff2a49c4992d8a3fb1
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Jul 7 22:42:57 2019 +0200

    tyfuzz/tytest: fix leak
---
 src/bin/tyfuzz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/tyfuzz.c b/src/bin/tyfuzz.c
index 78120ec..44ddf7b 100644
--- a/src/bin/tyfuzz.c
+++ b/src/bin/tyfuzz.c
@@ -392,8 +392,8 @@ main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
    tytest_shutdown();
 #endif
 
+   config_del(_config);
    eina_shutdown();
-   free(_config);
 
    return 0;
 }

-- 


Reply via email to