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

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;
}