Replace free with rb_free
This commit is contained in:
parent
59ea3c6753
commit
f718aed2ae
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ service_rehash(void *data_)
|
|||
struct rehash_data *data = data_;
|
||||
bool sig = data->sig;
|
||||
|
||||
free(data);
|
||||
rb_free(data);
|
||||
|
||||
rb_dlink_node *n;
|
||||
|
||||
|
|
Loading…
Reference in a new issue