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

Re: gtk frontend for cdebconf, ready for commit



On Thu, Sep 05, 2002 at 10:46:38PM -0700, Michael Cardenas wrote:
> Attached is a patch against cvs for 
> 
> debian-installer/tools/cdebconf/src/modules/frontend/gtk/gtk.c
> 

Sorry to flood the list with this stuff, but here's a patch to my last
patch. Just correctly freeing a few more pointers. 



-- 
michael cardenas | lead software engineer | lindows.com | hyperpoem.net

"One evening I seated beauty on my knees. 
 And I found her bitter,  
 And I cursed her."
- Arthur Rimbaud
--- gtk.c.diff	Fri Sep  6 00:42:22 2002
+++ gtk.c.diff2	Fri Sep  6 00:55:21 2002
@@ -4,7 +4,7 @@
 retrieving revision 1.1
 diff -u -r1.1 gtk.c
 --- gtk.c	5 Sep 2002 12:30:23 -0000	1.1
-+++ gtk.c	6 Sep 2002 07:43:12 -0000
++++ gtk.c	6 Sep 2002 07:56:11 -0000
 @@ -67,12 +67,12 @@
  #define _(x) x
  #endif
@@ -515,7 +515,7 @@
 -	  {
 -	    free(choiceButtons[i]);
 -	    }*/
-+	free(choiceButtons[i]);
++	free(choiceButtons);
  
 -	printf("selectnum: %d\n", gSelectNum);
 +	printf("selectnum: %d\n", selectNum);

Attachment: pgp8Bw7l9jD8O.pgp
Description: PGP signature


Reply to: