Modified flushing memory logic
[platform/core/appfw/app-core.git] / src / ui_base / appcore_ui_base.c
index 944b312..8b83a1a 100644 (file)
@@ -746,6 +746,11 @@ EXPORT_API int appcore_ui_base_on_control(bundle *b)
        return 0;
 }
 
+EXPORT_API int appcore_ui_base_on_trim_memory(void)
+{
+       return appcore_base_on_trim_memory();
+}
+
 static void __group_attach()
 {
        if (!(__context.hint & APPCORE_UI_BASE_HINT_WINDOW_GROUP_CONTROL))