Skip to content

Commit

Permalink
Merge pull request #446 from nlrcomcast/skyhub_parodus_crash
Browse files Browse the repository at this point in the history
Fix: parodus crash with rdk_dbg_MsgRaw call stack
  • Loading branch information
sadhyama committed Feb 14, 2024
2 parents 896a61e + 20695cb commit df7df9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/conn_interface.c
Expand Up @@ -231,8 +231,10 @@ void createSocketConnection(void (* initKeypress)())
nopoll_cleanup_library();
curl_global_cleanup();
clear_metadata();
//disabling it due to local pc build failure
//rdk_logger_deinit();
//enabled for yocto buid, disabling for local pc due to build failure
#ifdef BUILD_YOCTO
rdk_logger_deinit();
#endif
free_server_list(&server_list);
}

Expand Down

0 comments on commit df7df9d

Please sign in to comment.