We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d675a commit d5880feCopy full SHA for d5880fe
app/dockerdwrapper.c
@@ -848,6 +848,8 @@ int main(int argc, char** argv) {
848
}
849
main_loop_unref();
850
851
+ set_status_parameter(app_state.param_handle, STATUS_NOT_STARTED);
852
+
853
if (app_state.param_handle != NULL) {
854
for (size_t i = 0; i < sizeof(ax_parameters) / sizeof(ax_parameters[0]); ++i) {
855
char* parameter_path = g_strdup_printf("root.%s.%s", APP_NAME, ax_parameters[i]);
@@ -860,6 +862,5 @@ int main(int argc, char** argv) {
860
862
sd_disk_storage_free(sd_disk_storage);
861
863
free(app_state.sd_card_area);
864
- set_status_parameter(app_state.param_handle, STATUS_NOT_STARTED);
865
return application_exit_code;
866
0 commit comments