Skip to content

Commit

Permalink
Temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 14, 2024
1 parent 8c4d2ff commit cccb2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listen/detail/proto_detail.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cccb2c4

Please sign in to comment.