Fixed various jid and account mem leaks

This commit is contained in:
James Booth
2015-06-24 20:53:04 +01:00
parent 626ab51ed4
commit 240f6a3f79
6 changed files with 10 additions and 1 deletions

View File

@@ -192,4 +192,4 @@ jid_fulljid_or_barejid(Jid *jid)
} else {
return jid->barejid;
}
}
}