glib/gobject
Havoc Pennington a786a9a020 We were returning junk memory here, because we didn't copy the value
2001-04-19  Havoc Pennington  <hp@redhat.com>

	* gobject.c (g_object_get_valist): We were returning junk memory
	here, because we didn't copy the value (G_VALUE_NOCOPY_CONTENTS
	passed to G_VALUE_LCOPY) and then we freed the GValue immediately
	after. Removed G_VALUE_NOCOPY_CONTENTS from here; need a
	G_VALUE_STEAL_CONTENTS or the like if we want this optimization.
2001-04-19 21:48:21 +00:00
..
2001-03-11 13:34:14 +00:00
2001-03-09 21:39:51 +00:00
2001-04-13 23:40:39 +00:00
2001-03-09 21:39:51 +00:00
2001-03-09 21:39:51 +00:00
2000-11-11 06:46:30 +00:00
2001-03-09 21:39:51 +00:00
2001-02-19 21:51:19 +00:00
2001-04-03 19:22:44 +00:00