summaryrefslogtreecommitdiff
path: root/src/context/cdmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdmap.h')
-rw-r--r--src/context/cdmap.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/context/cdmap.h b/src/context/cdmap.h
index 460f917ff..1dc44d087 100644
--- a/src/context/cdmap.h
+++ b/src/context/cdmap.h
@@ -201,13 +201,13 @@ public:
~CDMap() throw(AssertionException) {
// Delete all the elements and clear the map
- for(typename table_type::iterator
- i = d_map.begin(), iend = d_map.end(); i != iend; ++i) {
- /*
+ /*for(typename table_type::iterator
+ i = d_map.begin(), iend = d_map.end(); i != iend; ++i) {
+
delete (*i).second;
free((*i).second);
- */
- }
+
+ }*/
d_map.clear();
emptyTrash();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback