1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 11:55:08 +00:00

GVariant: Zero out invalid GVariants to unconfuse debugging.

This commit is contained in:
Andreas Kling 2019-04-11 17:28:59 +02:00
parent ef23ed7ef1
commit 52152e171b

View file

@ -2,6 +2,7 @@
GVariant::GVariant()
{
m_value.as_string = nullptr;
}
GVariant::~GVariant()