This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/libgui ChangeLog src/tkWinPrintCanvas.c sr ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	mdejong@sources.redhat.com	2001-08-02 17:25:59

Modified files:
	libgui         : ChangeLog 
	libgui/src     : tkWinPrintCanvas.c tkWinPrintText.c 

Log message:
	* src/tkWinPrintCanvas.c (PrintCanvasCmd):
	* src/tkWinPrintText.c (PrintTextCmd): Plug
	memory leak by calling free on memory allocated
	in PrintCanvasCmd and PrintTextCmd method. Make
	sure error cases branch to the cleanup code at
	the end of the method instead of just returning.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgui/ChangeLog.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgui/src/tkWinPrintCanvas.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libgui/src/tkWinPrintText.c.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]