diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1bf9abe0ba0901fe81f52f04e2fc34916e9cbf67..36e135924bf93a827db73e2f5079fa05b066160e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
 SET( CPACK_PACKAGE_NAME  "${PROJECT_NAME}")
 SET( CPACK_PACKAGE_VERSION_MAJOR 4)
 SET( CPACK_PACKAGE_VERSION_MINOR 4)
-SET( CPACK_PACKAGE_VERSION_PATCH 35)
+SET( CPACK_PACKAGE_VERSION_PATCH 36)
 
 # init CellFrame SDK
 add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
diff --git a/cellframe-sdk b/cellframe-sdk
index 08c2d86263a3756f9185504ca5b38d75c9ca1b9f..f732f3d33d0d671cb566c60ceedaa2292b68109c 160000
--- a/cellframe-sdk
+++ b/cellframe-sdk
@@ -1 +1 @@
-Subproject commit 08c2d86263a3756f9185504ca5b38d75c9ca1b9f
+Subproject commit f732f3d33d0d671cb566c60ceedaa2292b68109c
diff --git a/sources/sig_unix_handler.c b/sources/sig_unix_handler.c
index 74dafc0553f7b84b87c6f19a9ee3239dab268c12..688e88be87167af142c5a4ab1ed71d638f70755f 100644
--- a/sources/sig_unix_handler.c
+++ b/sources/sig_unix_handler.c
@@ -91,7 +91,7 @@ int sig_unix_handler_deinit() {
     //log_it(L_DEBUG, "Deinit");
 
     if( s_pid_path )
-	DAP_DELETE(s_pid_path);
+    DAP_DELETE((void *)s_pid_path);
 
     signal(SIGTERM, SIG_DFL);
     signal(SIGINT, SIG_DFL);