OSDN Git Service

* src/tkWinPrintCanvas.c (PrintCanvasCmd):
authormdejong <mdejong>
Fri, 3 Aug 2001 00:25:59 +0000 (00:25 +0000)
committermdejong <mdejong>
Fri, 3 Aug 2001 00:25:59 +0000 (00:25 +0000)
commit10d1efe1db128a92ea37395d5f5751e841e84dfd
tree67d2908b48b7b50b74383f8ccc51b93d5831240d
parent8a05de3e7624726c7e67420357acb0486350ed32
* 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.
libgui/ChangeLog
libgui/src/tkWinPrintCanvas.c
libgui/src/tkWinPrintText.c