瀏覽代碼

CFLINE is only usable for the main package (atm) and should not apply to sub package Config.in files

Waldemar Brodkorb 14 年之前
父節點
當前提交
bca2138092
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tools/adk/pkgmaker.c

+ 2 - 0
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 */