diff --git a/CMakeLists.txt b/CMakeLists.txt index 8aa2362..457b6be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(ezremote_client) @@ -67,7 +67,7 @@ add_executable(ezremote_client add_self(ezremote_client) -add_pkg(ezremote_client ${CMAKE_SOURCE_DIR}/data "RMTC00001" "ezRemote Client" "01.27" 32 0) +add_pkg(ezremote_client ${CMAKE_SOURCE_DIR}/data "RMTC00001" "ezRemote Client" "01.28" 32 0) target_link_libraries(ezremote_client c diff --git a/source/server/http_server.cpp b/source/server/http_server.cpp index d459417..8ffca3e 100644 --- a/source/server/http_server.cpp +++ b/source/server/http_server.cpp @@ -1343,7 +1343,6 @@ namespace HttpServer failed(res, 200, lang_strings[STR_FAIL_INSTALL_FROM_URL_MSG]); activity_inprogess = false; file_transfering = false; - free(install_data); Windows::SetModalMode(false); return; }