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

Commit f5075bad 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 5af3fd6a af93d7a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2616,6 +2616,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;