[Digikam-devel] [digikam] [Bug 244422] for better overviewing large image collections, I wish to have a _list_ view
Gilles Caulier
caulier.gilles at gmail.com
Tue Mar 12 22:08:02 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=244422
--- Comment #26 from Gilles Caulier <caulier.gilles at gmail.com> ---
Do you see Coverity Report #990525, reported by my last scan yesterday :
115class TableViewModel::Private
116{
117public:
118
119 Private()
120 : columnObjects(),
121 rootItem(new TableViewModelItem())
CID 990525 (#1 of 1): Resource leak in object (CTOR_DTOR_LEAK)
1. alloc_new: Allocating memory by calling "new Digikam::TableViewModelItem".
2. var_assign: Assigning: "this->rootItem" = "new
Digikam::TableViewModelItem".
3. ctor_dtor_leak: The constructor allocates field "rootItem" of
"Digikam::TableViewModel::Private" but there is no destructor.
122 {
123 }
124
125 QList<TableViewColumn*> columnObjects;
126 TableViewModelItem* rootItem;
127};
Gilles Caulier
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list