From: Arran Cudbard-Bell Date: Tue, 14 May 2024 04:13:34 +0000 (-0600) Subject: Temporary fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cccb2c45cc9223999475379221da81f61a33d910;p=thirdparty%2Ffreeradius-server.git Temporary fix --- diff --git a/src/listen/detail/proto_detail.c b/src/listen/detail/proto_detail.c index cbef9ff4ea..6de5f743c5 100644 --- a/src/listen/detail/proto_detail.c +++ b/src/listen/detail/proto_detail.c @@ -436,7 +436,7 @@ static int mod_open(void *instance, fr_schedule_t *sc, CONF_SECTION *conf) * path, data takes from the socket to the decoder and * back again. */ - MEM(li = talloc_zero(NULL, fr_listen_t)); /* Assigned thread steals the memory */ + MEM(li = talloc_zero(inst, fr_listen_t)); /* Assigned thread steals the memory */ talloc_set_destructor(li, fr_io_listen_free); li->app_io = inst->app_io;