mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Eliminate even more warnings and bump warning level to 3
Shouldn't need to go any higher, level 4+ gives insane warnings
This commit is contained in:
@@ -60,7 +60,7 @@ pixmap_load_from_file_real (char *file)
|
||||
if (!img)
|
||||
return NULL;
|
||||
gdk_pixbuf_render_pixmap_and_mask (img, &pixmap, NULL, 128);
|
||||
gdk_pixbuf_unref (img);
|
||||
g_object_unref (img);
|
||||
|
||||
return pixmap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user