com_display.c: remove memory leak

This commit is contained in:
h_vogt 2012-12-15 22:44:21 +01:00
parent e67e9da202
commit 717fe81c17
1 changed files with 1 additions and 0 deletions

View File

@ -78,4 +78,5 @@ com_display(wordlist *wl)
d = dvs[i];
pvec(d);
}
tfree(dvs);
}