forgot to delete object

This commit is contained in:
Chee Yee
2023-03-03 23:51:59 -08:00
parent 9d7e46dcc6
commit eed0e5193b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ add_executable(ezremote_client
add_self(ezremote_client)
add_pkg(ezremote_client ${CMAKE_SOURCE_DIR}/data "RMTC00001" "ezRemote Client" "01.03" 32 0)
add_pkg(ezremote_client ${CMAKE_SOURCE_DIR}/data "RMTC00001" "ezRemote Client" "01.04" 32 0)
target_link_libraries(ezremote_client
c
+1
View File
@@ -1180,6 +1180,7 @@ namespace Actions
remote_files.clear();
sprintf(remote_directory, "%s", "/");
sprintf(status_message, "%s", "");
delete remoteclient;
remoteclient = nullptr;
}
}