Skip to content

Don’t create a full Solid::Device to check encryption

Méven Car requested to merge (removed):bug-398908 into master

CCBUG: 398908

The heaptrack traces reported in the trace points towards those lines causing leaking: http://45.86.162.4/files/2022/heaptrack.dolphin.1944565_19.zst

Screenshot_20220205_125156

I don't understand where the leak occurs but there seem to be one in the Solid::Backends::UDisks2::Device::Device() ctor.

This change should help even-though it does not prevent the leak, it will make it less occurring.

Edited by Méven Car

Merge request reports