Skip to content

Commit 8e0867e

Browse files
lindenbpd3
authored andcommitted
Found the memory leak
1 parent 2e43647 commit 8e0867e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/vcf2table.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ void StringListFree(StringList* ptr) {
492492
for (i = 0; i < ptr->size; ++i) {
493493
free(ptr->strings[i]);
494494
}
495+
free(ptr->strings);
495496
free(ptr);
496497
}
497498

0 commit comments

Comments
 (0)