Fix memory leak in makedefs
This commit is contained in:
@@ -1448,6 +1448,7 @@ char *githash, *gitbranch;
|
||||
havehash = TRUE;
|
||||
}
|
||||
}
|
||||
free(line);
|
||||
}
|
||||
Fclose(gifp);
|
||||
if (havebranch && havehash)
|
||||
|
||||
Reference in New Issue
Block a user