Skip to content

Commit

Permalink
Replace free with rb_free
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy authored and spb committed Nov 6, 2023
1 parent 59ea3c6 commit f718aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ircd/s_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f718aed

Please sign in to comment.