Quote Originally Posted by caduel View Post
yes, if an exception is thrown in line 4
If you don't know exactly or if you want be absolutely sure, then use a normal iteration scope and afterward do
Qt Code:
  1. qDeleteAll(mapi_folders);
  2. mapi_folders.clear();
To copy to clipboard, switch view to plain text mode