1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-09 05:16:46 +02:00
This commit is contained in:
Jfreegman
2013-08-05 02:33:15 -04:00

1
chat.c
View File

@ -265,6 +265,5 @@ ToxWindow new_chat(int friendnum) {
x->friendnum = friendnum;
ret.x = (void*) x;
free(x);
return ret;
}