mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 11:06:21 +00:00
Fix memory leaks
This commit is contained in:
@@ -116,6 +116,7 @@ sv_ev_roster_received(void)
|
|||||||
}
|
}
|
||||||
free(err_str);
|
free(err_str);
|
||||||
}
|
}
|
||||||
|
account_free(account);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// send initial presence
|
// send initial presence
|
||||||
|
|||||||
@@ -628,6 +628,7 @@ wins_do_notify_remind(void)
|
|||||||
}
|
}
|
||||||
curr = g_list_next(curr);
|
curr = g_list_next(curr);
|
||||||
}
|
}
|
||||||
|
g_list_free(values);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user