Skip to content
Snippets Groups Projects
Commit cbd9dbf9 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed minor leak on exit.

Rev: src/modules/HTTPLoop/accept_and_parse.c:1.9
parent 69a94394
No related branches found
No related tags found
No related merge requests found
......@@ -846,6 +846,10 @@ void pike_module_exit()
#include "static_strings.h"
#undef STRING
if (my_callback) {
remove_callback(my_callback);
}
free_program(c_request_program);
free_program(aap_log_object_program);
free_program(accept_loop_program);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment