Fix some leaks

This commit is contained in:
TingPing
2014-02-12 10:28:53 -05:00
parent ba399eb7f9
commit b17c0276de
6 changed files with 16 additions and 0 deletions

View File

@ -756,6 +756,7 @@ XS (XS_HexChat_send_modes)
}
if (target_count == 0) {
free (targets);
XSRETURN_EMPTY;
}