]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
there's no longer any cond_t in the "if" block
authorAlan T. DeKok <aland@freeradius.org>
Mon, 28 Aug 2023 12:43:52 +0000 (08:43 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 28 Aug 2023 12:43:52 +0000 (08:43 -0400)
src/lib/unlang/compile.c

index b81de04a5aeda1a303de4a7082de015e49672cdc..6922d302391f41acd7b6962447a078369973ec9c 100644 (file)
@@ -2237,8 +2237,6 @@ static unlang_t *compile_children(unlang_group_t *g, unlang_compile_t *unlang_ct
                                        /*
                                         *      And manually free this.
                                         */
-                                       ptr = cf_data_remove(subcs, fr_cond_t, NULL);
-                                       talloc_free(ptr);
                                        ptr = cf_data_remove(subcs, xlat_exp_head_t, NULL);
                                        talloc_free(ptr);