Hi ,
I am not storing pointer's in QVector...
I have a QHash<int, pointer>
The pointer in Hash points to a QVector, before i remove a key from hash, i have called delete on the pointer (to ensure that all the memory alloted to QVector its pointing is released).
Is this enough or should i have to clear the QVector that the pointer points to ?.
Bookmarks