Add color-depth field for package_app_splash_screen table
[platform/core/appfw/pkgmgr-info.git] / src / pkgmgrinfo_basic.c
index 5d03253..54d8ec0 100644 (file)
@@ -216,6 +216,8 @@ static void __ps_free_splashscreen(gpointer data)
                free((void *)splashscreen->indicatordisplay);
        if (splashscreen->operation)
                free((void *)splashscreen->operation);
+       if (splashscreen->color_depth)
+               free((void *)splashscreen->color_depth);
        free((void *)splashscreen);
 }