summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucb/source/ucp/gvfs/gvfs_directory.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_directory.cxx b/ucb/source/ucp/gvfs/gvfs_directory.cxx
index d1d8d6663ae1..d0a403d86bc6 100644
--- a/ucb/source/ucp/gvfs/gvfs_directory.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_directory.cxx
@@ -135,10 +135,10 @@ struct gvfs::DataSupplier_Impl
ResultList::const_iterator end = m_aResults.end();
while ( it != end )
- {
- delete (*it);
- it++;
- }
+ {
+ delete (*it);
+ ++it;
+ }
}
};