1
0
Fork 0

fix "leak" on test

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@54 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-05-31 01:21:41 +00:00
parent 4a5f6e8d15
commit 2d83d9f487
1 changed files with 1 additions and 0 deletions

1
mem.c
View File

@ -368,6 +368,7 @@ int main()
count --;
}
free(ptrs);
free(memory);
return 0;
}