diff --git a/src/applet.c b/src/applet.c index 0525967f5..303d9f708 100644 --- a/src/applet.c +++ b/src/applet.c @@ -340,7 +340,7 @@ void appctx_free_on_early_error(struct appctx *appctx) stream_free(appctx_strm(appctx)); return; } - appctx_free(appctx); + __appctx_free(appctx); } void appctx_free(struct appctx *appctx)