Fix memory leak in makedefs

This commit is contained in:
Pasi Kallinen
2018-11-08 17:38:36 +02:00
parent 0bb6754998
commit afd793e9b7

View File

@@ -1448,6 +1448,7 @@ char *githash, *gitbranch;
havehash = TRUE;
}
}
free(line);
}
Fclose(gifp);
if (havebranch && havehash)