[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821

pfritz pfritz at alioth.debian.org
Sat Jun 7 18:34:44 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit e205b5cdc00ec8a47e4286fe28af0c850500dd15
Author: pfritz <pfritz>
Date:   Thu May 15 13:59:11 2008 +0000

    leaks--, thanks to caro

diff --git a/src/bin/main.c b/src/bin/main.c
index 494e909..4f19580 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -784,6 +784,7 @@ fill_tutorial_text(Ewl_Test *test)
         
         snprintf(filename, sizeof(filename),
                         PACKAGE_DATA_DIR "/ewl/tutorials/%s.dox", file);
+        free(file);
 
         txt = read_file(filename);
         tutorial_parse(txt);

-- 
Enlightenment DR17 toolkit based (based on the EFL)



More information about the Pkg-e-commits mailing list