mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
GVariant: Zero out invalid GVariants to unconfuse debugging.
This commit is contained in:
parent
ef23ed7ef1
commit
52152e171b
Notes:
sideshowbarker
2024-07-19 14:45:11 +09:00
Author: https://github.com/awesomekling
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