This commit is contained in:
luboslenco
2025-07-18 20:57:15 +02:00
parent 4ccc0a3782
commit dca6a18abc
+1 -1
View File
@@ -1321,7 +1321,7 @@ gpu_texture_t *gpu_create_texture_from_encoded_bytes(buffer_t *data, string_t *f
}
gpu_texture_init_from_bytes(texture, image_data, image_width, image_height, image_format);
free(image_data);;
free(image_data);
return texture;
}