14 lines
640 B
Diff
14 lines
640 B
Diff
|
Index: FreeFileSync-13.2/FreeFileSync/Source/base/icon_loader.cpp
|
||
|
===================================================================
|
||
|
--- FreeFileSync-13.2.orig/FreeFileSync/Source/base/icon_loader.cpp
|
||
|
+++ FreeFileSync-13.2/FreeFileSync/Source/base/icon_loader.cpp
|
||
|
@@ -227,7 +227,7 @@ FileIconHolder fff::getFileIcon(const Zs
|
||
|
//the remaining icon types won't block!
|
||
|
assert(GDK_IS_PIXBUF(gicon) || G_IS_THEMED_ICON(gicon) || G_IS_EMBLEMED_ICON(gicon));
|
||
|
|
||
|
- ::g_object_ref(gicon); //pass ownership
|
||
|
+ //::g_object_ref(gicon); //pass ownership
|
||
|
return FileIconHolder(gicon, maxSize); //
|
||
|
|
||
|
}
|