mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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, "",
|
||||
just_align ? "Aligning" : "Reading",
|
||||
s,
|
||||
(gint) g_seekable_tell (G_SEEKABLE (buf)));
|
||||
(gint) buf->pos);
|
||||
g_free (s);
|
||||
}
|
||||
#endif /* DEBUG_SERIALIZER */
|
||||
|
Loading…
Reference in New Issue
Block a user