Re: Patch to nautilus-bookmarks-window.c



On Wed, 2002-01-23 at 23:50, Alvaro López Ortega wrote:

> 
> 	This patch fixes a little memory leak at Nautilus.
> 

	It's the same patch that I sent to desktop-devel-list a few days ago. 
I resend it because the CVS file have already the leak.

-- 
Greetings, alo.
Index: nautilus-bookmarks-window.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-bookmarks-window.c,v
retrieving revision 1.58
diff -u -b -B -w -p -r1.58 nautilus-bookmarks-window.c
--- nautilus-bookmarks-window.c	2002/01/15 18:44:50	1.58
+++ nautilus-bookmarks-window.c	2002/01/26 20:48:29
@@ -179,7 +179,6 @@ create_bookmarks_window (NautilusBookmar
 					      NAUTILUS_ICON_SIZE_SMALLER);
 	
 	rend = gtk_cell_renderer_text_new ();
-	col = gtk_tree_view_column_new ();
 	col = gtk_tree_view_column_new_with_attributes ("Icon", 
 							rend,


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