From: Junseok Kim Date: Tue, 2 Apr 2024 01:38:25 +0000 (+0900) Subject: e_mod_rotation_wl: fix infinite loop X-Git-Tag: accepted/tizen/unified/20240402.151310~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bd020f5ab0e75faeee002b55dd4f4291a05a079;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wm-policy.git e_mod_rotation_wl: fix infinite loop Change-Id: Icb3acf00a3f488be923ec0e8201e8345a102708b --- diff --git a/src/rotation/e_mod_rotation_wl.c b/src/rotation/e_mod_rotation_wl.c index 52e43ec..da2c4c0 100644 --- a/src/rotation/e_mod_rotation_wl.c +++ b/src/rotation/e_mod_rotation_wl.c @@ -1768,7 +1768,7 @@ e_client_rotation_find_below(E_Client *ec) for (below_ec = e_client_below_get(ec); below_ec; - below_ec = e_client_below_get(ec)) + below_ec = e_client_below_get(below_ec)) { if ((below_ec->comp_data && below_ec->comp_data->mapped) && (!e_client_util_ignored_get(below_ec)) &&