Skip to content
Snippets Groups Projects
Commit 74f7da62 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Merging origin in working branch

parents 3c16cd08 29e3155c
1 merge request!209Bugs 4761
Subproject commit 02081d14b184f7a07a37f68a180a5ca21f01042e
Subproject commit 7165ecfc57f9443e3ba6b43cb47fba7f24fe3b30
......@@ -47,7 +47,7 @@ int sig_unix_handler_init(const char *a_pid_path)
int sig_unix_handler_deinit() {
if( s_pid_path )
DAP_DELETE(s_pid_path);
DAP_DELETE((void *)s_pid_path);
signal(SIGTERM, SIG_DFL);
signal(SIGINT, SIG_DFL);
signal(SIGHUP, SIG_DFL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment