billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=5f482aff7b3efe219b46fac5bca960286e2f060f

commit 5f482aff7b3efe219b46fac5bca960286e2f060f
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Jan 22 22:50:05 2014 +0100

    avoid double free
---
 src/bin/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index caa761e..3d6c94d 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -2988,6 +2988,7 @@ remote:
    if (!wn)
      {
         config_del(config);
+        config = NULL;
         retval = EXIT_FAILURE;
         goto end;
      }

-- 


Reply via email to