diff options
| author | Marius P <[email protected]> | 2022-06-05 07:36:01 +0300 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2022-06-07 11:41:21 +0000 |
| commit | 8113af62c48d43c9290b4721547f9feea35b66b0 (patch) | |
| tree | dccd2d211367d325411d343ae03b94912f426013 /src/dolphinbookmarkhandler.cpp | |
| parent | e406bc197fc0116d7fd8bb62086b41c52417c948 (diff) | |
KItemListView fix valgrind issue "Conditional jump or move depends on uninitialised value"
KItemListView::setAlternateBackgrounds(bool) (kitemlistview.cpp:489)
In C++, a data member of an object is not automatically initialized to "zero".
In this case a bool had random values such as the integer 255.
Diffstat (limited to 'src/dolphinbookmarkhandler.cpp')
0 files changed, 0 insertions, 0 deletions
