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:
parent
ef23ed7ef1
commit
52152e171b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
GVariant::GVariant()
|
||||
{
|
||||
m_value.as_string = nullptr;
|
||||
}
|
||||
|
||||
GVariant::~GVariant()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue