X-Git-Url: http://git.iain.cx/?p=nssm.git;a=blobdiff_plain;f=service.cpp;h=d66b91606f5b5be28627b8cb9da954118e39d33f;hp=336cf27dcef16edb336fa70281d0203bb71c1881;hb=b3b29f0b27046a282e688c494def532252ad21c3;hpb=72ffbfb8a4ebd43fcba127604e76aa0027882117 diff --git a/service.cpp b/service.cpp index 336cf27..d66b916 100644 --- a/service.cpp +++ b/service.cpp @@ -2110,7 +2110,6 @@ void CALLBACK end_service(void *arg, unsigned char why) { log_event(EVENTLOG_INFORMATION_TYPE, NSSM_EVENT_EXIT_UNCLEAN, service->name, code, exit_action_strings[action], 0); stop_service(service, exitcode, false, default_action); wait_for_hooks(service, false); - free_imports(); nssm_exit(exitcode); } }