From 1a36f75406b76a837ac8d79719a7c23f8d693fed Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Mon, 7 Oct 2013 21:25:41 +0200 Subject: cppcheck (bzr r12669) --- src/sp-filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-filter.cpp') diff --git a/src/sp-filter.cpp b/src/sp-filter.cpp index 1a5c65be9..9d45c92fc 100644 --- a/src/sp-filter.cpp +++ b/src/sp-filter.cpp @@ -114,7 +114,7 @@ void SPFilter::release() { this->href = NULL; } - for (map::const_iterator i = this->_image_name->begin() ; i != this->_image_name->end() ; i++) { + for (map::const_iterator i = this->_image_name->begin() ; i != this->_image_name->end() ; ++i) { g_free(i->first); } -- cgit v1.2.3