presence: delete_metadata(): Free from the right heap.
This commit is contained in:
parent
50aa2dd31d
commit
a436c5aab0
|
@ -1771,7 +1771,7 @@ delete_metadata(struct Client *client_p, const char *key)
|
|||
if (md == NULL)
|
||||
return;
|
||||
|
||||
rb_free(md);
|
||||
rb_bh_free(metadata_heap, md);
|
||||
}
|
||||
|
||||
sendto_common_channels_local_with_capability(client_p, CLICAP_PRESENCE, form_str(RPL_METADATACHG), me.name, client_p->name, key, "");
|
||||
|
|
Loading…
Reference in New Issue