presence: delete_metadata(): Free from the right heap.

This commit is contained in:
William Pitcock 2009-06-02 02:46:37 -05:00
parent 50aa2dd31d
commit a436c5aab0
1 changed files with 1 additions and 1 deletions

View File

@ -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, "");