From: Arran Cudbard-Bell Date: Mon, 20 Sep 2021 22:27:19 +0000 (-0500) Subject: Need to clean up the tmp pool on the normal path too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb056561d8b71e971d99ce5f1b3d2d231413872;p=thirdparty%2Ffreeradius-server.git Need to clean up the tmp pool on the normal path too --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index 5f698b46a6..d5d41377bd 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -5244,6 +5244,8 @@ ssize_t fr_value_box_list_concat_as_octets(bool *tainted, fr_dbuff_t *dbuff, fr_ } } + talloc_free(tmp_ctx); + /* * Free the boxes last so if there's * an issue concating them, everything