Skip to content
Commit 3695e0b0 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

Initialize m_metaData

A new KFileMetaData::UserMetaData is only created when a single file is selected.
If more files are selected, we will call delete on garbage memory in the destructor and crash.
Calling delete on a nullptr is safe.

BUG: 401733

Differential Revision: https://phabricator.kde.org/D17348
parent 5d376803
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment