Description
There seem to be some circular references between shared pointers of Item/ItemValue/FileContext. This is easily observed with even the most trivial projects (e.g. one empty product) using valgrind or debug statements in the respective destructors.
In particular, only items of of type "Group" and "Project" seem to get freed at all; others are never deallocated.