projects
/
profile
/
mobile
/
apps
/
native
/
gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8b626
)
[GALLERY] Resolved SVACE error
24/76524/1
submit/tizen_mobile/20160624.094511
author
Rahul Dadhich
<r.dadhich@samsung.com>
Fri, 24 Jun 2016 07:18:03 +0000
(12:48 +0530)
committer
Rahul Dadhich
<r.dadhich@samsung.com>
Fri, 24 Jun 2016 07:18:03 +0000
(12:48 +0530)
Change-Id: I08305ca07d425947bcf1fee5d8208cae6cbb5603
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
src/util/gl-ext-ug-load.c
patch
|
blob
|
history
diff --git
a/src/util/gl-ext-ug-load.c
b/src/util/gl-ext-ug-load.c
index efb3c872a78811abd8e803d5991ace579112cbc1..02644023f8a008efc85855263ac6d83c6b5f61fe 100755
(executable)
--- a/
src/util/gl-ext-ug-load.c
+++ b/
src/util/gl-ext-ug-load.c
@@
-199,12
+199,12
@@
static void __gl_appcontrol_select_result_cb(app_control_h request, app_control_
elm_gengrid_realized_items_update(ad->gridinfo.select_view);
}
- for (i = 0; i < count; i++) {
- if (select_result[i]) {
- free(select_result[i]);
- }
- }
if (select_result) {
+ for (i = 0; i < count; i++) {
+ if (select_result[i]) {
+ free(select_result[i]);
+ }
+ }
free(select_result);
}
}