1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Fix "not g_object" warning

This commit is contained in:
DarthSim 2017-10-05 22:50:41 +06:00
parent ae6c338933
commit be37095133

2
vips.h
View File

@ -22,7 +22,7 @@ vips_initialize() {
void
clear_image(VipsImage **in) {
g_clear_object(in);
if (G_IS_OBJECT(*in)) g_clear_object(in);
}
void