diff options
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c index 280585dd..1b25dfe9 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -1116,7 +1116,7 @@ proto_cleanup(struct proto *p) { CALL(p->proto->cleanup, p); - rfree(p->pool); + rp_free(p->pool); p->pool = NULL; p->active = 0; |