Skip to content
Commit c878c55e authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Fix a tiny memory leak in KisTileDataStore

The garbage collection has never been started in KisTileDataStore,
where we use a hash table as a replacement for the tiles linked list.

Though, afaict, this leak could never cause leaks more than
200-300MiB in size.

CCBUG:456998
parent 3d18eb0d
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