Skip to content
Commit 6eb07813 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Fix double free detected by scan-build.

The message was:

../../ntpd/ntp_signd.c:198:5: warning: Attempt to free released memory
                                free(reply);
                                ^~~~~~~~~~~

and the memory had been freed in recv_packet().
parent 0e271579
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment