diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 21:56:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 21:56:30 +0100 |
commit | bca2138092d5e81e33d816d51955f4217daefe97 (patch) | |
tree | 3f2bf6a7e1c8fa67b1748a68d13b5f65a8363925 /tools/adk | |
parent | f10b10839148312478ddaace130cf9ad1ea09ea9 (diff) |
CFLINE is only usable for the main package (atm) and should not apply to sub package Config.in files
Diffstat (limited to 'tools/adk')
-rw-r--r-- | tools/adk/pkgmaker.c | 2 |
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 */ |