mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-21 13:06:22 +00:00
Added new stanza for error responce, libstrophe now will be responce <stream:error> if parser failed
This commit is contained in:
@@ -241,7 +241,7 @@ void hash_iter_release(hash_iterator_t *iter)
|
||||
|
||||
iter->ref--;
|
||||
|
||||
if (iter->ref <= 0) {
|
||||
if (iter->ref == 0) { // ref is unsigned!!!
|
||||
hash_release(iter->table);
|
||||
xmpp_free(ctx, iter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user