default_backend: remove memset() as snprintf writes null to the given buffer
[platform/core/uifw/libpui.git] / backends / default_backend.c
index 8f1d0ee..70fb0f6 100644 (file)
@@ -271,7 +271,6 @@ _create_ani_collection(void)
                        eina_hash_add(_animations_hash, ani_info->id, ani_info);
                        printf("Success to load %s animation\n", files[i]->d_name);
                }
-               memset(file_path, 0, sizeof(file_path));
        }
 
        for (i = 0; i < count; i++) {