Adjust scope of map info list variable 47/281847/2 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.061330 accepted/tizen/7.0/unified/hotfix/20221116.105745 accepted/tizen/unified/20220923.125202 tizen_7.0_m2_release
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 22 Sep 2022 07:57:11 +0000 (16:57 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 22 Sep 2022 10:20:56 +0000 (19:20 +0900)
commit0c9b0923b34047adcd9b7571dbe16fada1550d48
treea1ca1d3301719141c3330da1897e552f696347aa
parentc4b135508be3f3e115cd2d4aab9db84d2cfb0eac
Adjust scope of map info list variable

The milist, map info list is allocated for each process and freed
by get_trib_mapinfo(), but the pointer life cycle is not well
shown. Adjust variable scope for each process, and add comment
about its free in get_trib_mapinfo().

Change-Id: I79ed7aadedbac919ce7f3cb9109e485120368835
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
memps.c