perl-Gtk2 r2096 - in trunk: . xs



Author: tsch
Date: Tue Dec 16 19:32:35 2008
New Revision: 2096
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2096&view=rev

Log:
Fix a leak in Gtk2::EntryCompletion::new.  (#562682)


Modified:
   trunk/ChangeLog
   trunk/xs/GtkEntryCompletion.xs

Modified: trunk/xs/GtkEntryCompletion.xs
==============================================================================
--- trunk/xs/GtkEntryCompletion.xs	(original)
+++ trunk/xs/GtkEntryCompletion.xs	Tue Dec 16 19:32:35 2008
@@ -34,8 +34,9 @@
 
 MODULE = Gtk2::EntryCompletion	PACKAGE = Gtk2::EntryCompletion	PREFIX = gtk_entry_completion_
 
+# GtkEntryCompletion is a direct GObject descendent, so we need _noinc.
 
-GtkEntryCompletion *gtk_entry_completion_new (class)
+GtkEntryCompletion_noinc *gtk_entry_completion_new (class)
     C_ARGS:
 	/*void*/
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]