mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +02:00
GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
https://bugzilla.gnome.org/show_bug.cgi?id=729730
This commit is contained in:
parent
be4fd3d0b0
commit
59a996db9b
@ -1451,7 +1451,7 @@ parse_value_from_blob (GMemoryBuffer *buf,
|
|||||||
indent, "",
|
indent, "",
|
||||||
just_align ? "Aligning" : "Reading",
|
just_align ? "Aligning" : "Reading",
|
||||||
s,
|
s,
|
||||||
(gint) g_seekable_tell (G_SEEKABLE (buf)));
|
(gint) buf->pos);
|
||||||
g_free (s);
|
g_free (s);
|
||||||
}
|
}
|
||||||
#endif /* DEBUG_SERIALIZER */
|
#endif /* DEBUG_SERIALIZER */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user