]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "unlink entry when freeing it"
authorAlan T. DeKok <aland@freeradius.org>
Fri, 18 Jun 2021 13:12:32 +0000 (09:12 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 18 Jun 2021 13:12:32 +0000 (09:12 -0400)
This reverts commit fe392379178f2288580d1a4831d271ec68111206.

Nope... not the thing to do

src/main/state.c

index 2607733d71c34e00ac16e26e5d3af008fc670b4a..2cd1dee07751decc167816f4c09a1da02bd8da19 100644 (file)
@@ -361,7 +361,7 @@ static void fr_state_cleanup(state_entry_t *head)
                        }
                }
 
-               state_entry_free(entry);
+               talloc_free(entry);
        }
 }