summaryrefslogtreecommitdiff
path: root/gobject-introspection/gidlwriter.c
Commit message (Collapse)AuthorAgeFilesLines
* g-i: Fix a couple of C compiler warningsRico Tzschichholz2020-09-281-0/+1
|
* g-i: Avoid use of uninitialized "markup" warningRico Tzschichholz2019-11-051-0/+4
|
* gobject-introspection: Free allocated memory and fix format stringsTobias Mueller2010-05-271-13/+18
| | | | | | | | | g_markup_printf_escaped allocates memory which now is free()d. Also, move from g_string_append_printf to g_string_append because it has a clearer and easier semantic and is less error prone. In fact, this fixes potential format string vulnerabilties. Fixes bug 615552.
* gobject-introspection: Fix memory leak in GIdlWriterDavid Binderman2009-09-301-0/+2
| | | | Fixes bug 596806.
* update from gobject-introspection SVN r128Juerg Billeter2008-03-101-8/+26
| | | | | | | | 2008-03-10 Juerg Billeter <j@bitron.ch> * gobject-introspection/: update from gobject-introspection SVN r128 svn path=/trunk/; revision=1120
* update from gobject-introspection SVN, fixes bug 505920Juerg Billeter2008-01-111-0/+483
2008-01-11 Juerg Billeter <j@bitron.ch> * gobject-introspection/: update from gobject-introspection SVN, fixes bug 505920 * vapigen/vala-gen-introspect/vala-gen-introspect.in: fix to work with updated gobject-introspection svn path=/trunk/; revision=829