File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4009,7 +4009,7 @@ static void fastrpc_apps_user_deinit(void) {
4009
4009
pthread_key_delete (tlsKey );
4010
4010
tlsKey = INVALID_KEY ;
4011
4011
}
4012
- fastrpc_notif_deinit ( );
4012
+ fastrpc_clear_handle_list ( NON_DOMAIN_HANDLE_LIST_ID , DEFAULT_DOMAIN_ID );
4013
4013
if (hlist ) {
4014
4014
for (i = 0 ; i < NUM_DOMAINS_EXTEND ; i ++ ) {
4015
4015
fastrpc_clear_handle_list (MULTI_DOMAIN_HANDLE_LIST_ID , i );
@@ -4024,7 +4024,6 @@ static void fastrpc_apps_user_deinit(void) {
4024
4024
free (hlist );
4025
4025
hlist = NULL ;
4026
4026
}
4027
- fastrpc_clear_handle_list (NON_DOMAIN_HANDLE_LIST_ID , DEFAULT_DOMAIN_ID );
4028
4027
#ifndef NO_HAL
4029
4028
for (i = 0 ; i < NUM_SESSIONS ; i ++ ) {
4030
4029
destroy_dsp_client_instance (dsp_client_instance [i ]);
@@ -4033,7 +4032,7 @@ static void fastrpc_apps_user_deinit(void) {
4033
4032
pthread_mutex_destroy (& dsp_client_mut );
4034
4033
#endif
4035
4034
deinit_process_signals ();
4036
- fastrpc_cleanup_notif_list ();
4035
+ fastrpc_notif_deinit ();
4037
4036
fastrpc_wake_lock_deinit ();
4038
4037
fastrpc_log_deinit ();
4039
4038
fastrpc_mem_deinit ();
You can’t perform that action at this time.
0 commit comments