mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-17 10:50:57 +01:00
try with valgrind
This commit is contained in:
@@ -178,8 +178,4 @@ void getwords(char *dictfile, int count) {
|
||||
for (i = 0; i < 66666; i++)
|
||||
if (words[i] != NULL)
|
||||
free(words[i]);
|
||||
|
||||
if (words != NULL) {
|
||||
free(words);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user