Skip to content

Commit

Permalink
Resolved daemons tombstone issue
Browse files Browse the repository at this point in the history
Signed-off-by: Chanikya Prakash Gettiboina <cgettibo@hu-cgettibo-hyd.qualcomm.com>
  • Loading branch information
Chanikya Prakash Gettiboina authored and quic-bkumar committed Jun 5, 2024
1 parent 088a459 commit 16e1097
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/fastrpc_apps_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -4009,7 +4009,7 @@ static void fastrpc_apps_user_deinit(void) {
pthread_key_delete(tlsKey);
tlsKey = INVALID_KEY;
}
fastrpc_notif_deinit();
fastrpc_clear_handle_list(NON_DOMAIN_HANDLE_LIST_ID, DEFAULT_DOMAIN_ID);
if (hlist) {
for (i = 0; i < NUM_DOMAINS_EXTEND; i++) {
fastrpc_clear_handle_list(MULTI_DOMAIN_HANDLE_LIST_ID, i);
Expand All @@ -4024,7 +4024,6 @@ static void fastrpc_apps_user_deinit(void) {
free(hlist);
hlist = NULL;
}
fastrpc_clear_handle_list(NON_DOMAIN_HANDLE_LIST_ID, DEFAULT_DOMAIN_ID);
#ifndef NO_HAL
for (i = 0; i < NUM_SESSIONS; i++) {
destroy_dsp_client_instance(dsp_client_instance[i]);
Expand All @@ -4033,7 +4032,7 @@ static void fastrpc_apps_user_deinit(void) {
pthread_mutex_destroy(&dsp_client_mut);
#endif
deinit_process_signals();
fastrpc_cleanup_notif_list();
fastrpc_notif_deinit();
fastrpc_wake_lock_deinit();
fastrpc_log_deinit();
fastrpc_mem_deinit();
Expand Down

0 comments on commit 16e1097

Please sign in to comment.