-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 91b92dd9728dfd4a6c05867f7a6b8f30bc2b4437:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 91b92dd9728dfd4a6c05867f7a6b8f30bc2b4437
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Fri Jun 29 13:41:43 2012 +0000

    Use g_object_unref rather than the deprecated gdk_pixbuf_unref to
    destroy a pixbuf object.

diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs

index 8fd8ddf9be948bf49443584b0d4772c799ed8a2e..

index ..64e488fc4430db57d7eb3c94caca99d8b6ae125d 100644

--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -2262,7 +2262,7 @@ urxvt::pixbuf gdk_pixbuf_new_from_file (SV *klass, octet_string filename)
 void
 DESTROY (urxvt::pixbuf self)
 	CODE:
-        gdk_pixbuf_unref (self);
+        g_object_unref (self);

 #endif

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 10:48:55 2024