Explorar el Código

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

Waldemar Brodkorb hace 14 años
padre
commit
bca2138092
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 */