Fixed double free
This commit is contained in:
@@ -232,8 +232,6 @@ query_callback(const char *query, const char *id)
|
||||
stanza_set_id(stanza, id);
|
||||
char *stream = stanza_to_string(stanza);
|
||||
write_stream(stream);
|
||||
|
||||
stanza_free(stanza);
|
||||
free(stream);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user