From: Alan T. DeKok Date: Thu, 10 Oct 2024 15:02:28 +0000 (-0400) Subject: and more "shut up static analyzer" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3632a909595cc6d0d77ced50fb06274f80356ae6;p=thirdparty%2Ffreeradius-server.git and more "shut up static analyzer" --- diff --git a/src/bin/radclient-ng.c b/src/bin/radclient-ng.c index 36720b6753d..ed8b75df702 100644 --- a/src/bin/radclient-ng.c +++ b/src/bin/radclient-ng.c @@ -1779,6 +1779,10 @@ int main(int argc, char **argv) .release = client_packet_release, }; +#ifdef STATIC_ANALYZER + if (!autofree) fr_exit_now(EXIT_FAILURE); +#endif + /* * Open the RADIUS client bio, and then get the information associated with it. */