Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c40e1092 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qseecom: fix an app unloading issue when the app is blocked"

parents 9a9a4fde 1774f38b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2537,6 +2537,8 @@ static int qseecom_unload_app(struct qseecom_dev_handle *data,
				if (!strcmp((void *)ptr_app->app_name,
					(void *)data->client.app_name)) {
					found_app = true;
					if (ptr_app->app_blocked)
						app_crash = false;
					if (app_crash || ptr_app->ref_cnt == 1)
						unload = true;
					break;