Skip to content
Commit 967d3737 authored by Milan Crha's avatar Milan Crha
Browse files

EMFolderTreeModel: Fix a circular dependency between model and its data

The model stores GtkTreeRowReference-s in its private data, but these
references ref the model, thus there is a circular dependency between
internal data and the object itself, effectively causing memory leaks.

With this fixed, the CamelSession is correctly freed at the end of
the application.
parent 197c8e12
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