diff options
author | Evgeny Grin (Karlson2k) <[email protected]> | 2025-06-14 19:19:50 +0200 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <[email protected]> | 2025-06-14 19:19:50 +0200 |
commit | 72c8b0db78ee801e0009ef4d13849b17e5bd94b2 (patch) | |
tree | 95a0eba37c7b39772b8c26eca7068e70e9ce9a27 | |
parent | 00e0ca7418c46114b340eb071dd641ed4e7bb744 (diff) | |
download | libmicrohttpd-master.tar.gz libmicrohttpd-master.zip |
-rw-r--r-- | src/tools/perf_replies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/perf_replies.c b/src/tools/perf_replies.c index 2e7e55d6..f9b551fb 100644 --- a/src/tools/perf_replies.c +++ b/src/tools/perf_replies.c | |||
@@ -1594,7 +1594,7 @@ init_data (void) | |||
1594 | return 0; /* Success */ | 1594 | return 0; /* Success */ |
1595 | 1595 | ||
1596 | /* Cleanup */ | 1596 | /* Cleanup */ |
1597 | while (--i < num_resps) | 1597 | while (i-- != 0) |
1598 | MHD_destroy_response (resps[i]); | 1598 | MHD_destroy_response (resps[i]); |
1599 | free (resps); | 1599 | free (resps); |
1600 | resps = NULL; | 1600 | resps = NULL; |