summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-13 22:07:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-13 22:07:36 +0100
commit5b1ef5ec98175c6b50fe43bc651702821fc8e8df (patch)
tree71204e645bbd4c223331f0bd56da421a250f92c2 /tools
parent56e554d65183edf7bcbab7ff04f0d13fa5a4a403 (diff)
parentbca2138092d5e81e33d816d51955f4217daefe97 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools')
-rw-r--r--tools/adk/pkgmaker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/adk/pkgmaker.c b/tools/adk/pkgmaker.c
index 7b5ab8279..7c04b6b74 100644
--- a/tools/adk/pkgmaker.c
+++ b/tools/adk/pkgmaker.c
@@ -579,6 +579,8 @@ int main() {
fprintf(cfg, "\t%s\n", cftoken);
cftoken = strtok_r(NULL, "@", &saveptr);
}
+ free(pkg_cfline);
+ pkg_cfline = NULL;
}
/* add sub package dependencies */