mirror of
https://github.com/Tha14/toxic.git
synced 2025-04-18 19:52:57 +02:00
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core into testing
This commit is contained in:
commit
e0c0cedf8d
1
chat.c
1
chat.c
@ -265,6 +265,5 @@ ToxWindow new_chat(int friendnum) {
|
|||||||
x->friendnum = friendnum;
|
x->friendnum = friendnum;
|
||||||
|
|
||||||
ret.x = (void*) x;
|
ret.x = (void*) x;
|
||||||
free(x);
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user