Add 'free_on_destroy' variables for memory release
[platform/core/multimedia/libmm-utility.git] / common / include / mm_util_type.h
index 3b997e8..714ff91 100755 (executable)
@@ -112,7 +112,7 @@ typedef struct {
        unsigned int width;
        unsigned int height;
        mm_util_color_format_e color;
-       bool is_allocated;
+       bool free_on_destroy;
        void *data;
        size_t size;
        unsigned int delay_time;