Don't call va_end on caller-provided va_args. (#353584, Chris Wilson)

2006-08-30  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
	va_end on caller-provided va_args.  (#353584, Chris Wilson)
This commit is contained in:
Matthias Clasen
2006-08-30 19:07:54 +00:00
committed by Matthias Clasen
parent 90f1fd26d2
commit c699743eca
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2006-08-30 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
va_end on caller-provided va_args. (#353584, Chris Wilson)
2006-08-29 Tor Lillqvist <tml@novell.com>
Remove support for Windows 9x/ME, as will be done also in Pango