mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Fix a Leak in ChiakiRegist
This commit is contained in:
parent
5346d7b16f
commit
d2f56097d5
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ CHIAKI_EXPORT void chiaki_regist_fini(ChiakiRegist *regist)
|
||||||
{
|
{
|
||||||
chiaki_thread_join(®ist->thread, NULL);
|
chiaki_thread_join(®ist->thread, NULL);
|
||||||
chiaki_stop_pipe_fini(®ist->stop_pipe);
|
chiaki_stop_pipe_fini(®ist->stop_pipe);
|
||||||
|
free(regist->info.psn_id);
|
||||||
free(regist->info.host);
|
free(regist->info.host);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue