GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled

https://bugzilla.gnome.org/show_bug.cgi?id=729730
This commit is contained in:
Lukasz Skalski 2014-05-07 18:09:34 +02:00 committed by Colin Walters
parent be4fd3d0b0
commit 59a996db9b

View File

@ -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 */