summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/context/cdhashmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/cdhashmap.h b/src/context/cdhashmap.h
index 324a5a2b4..338c46b0d 100644
--- a/src/context/cdhashmap.h
+++ b/src/context/cdhashmap.h
@@ -188,6 +188,7 @@ public:
bool allocatedInCMM = false) :
ContextObj(allocatedInCMM, context),
d_key(key),
+ d_data(),
d_map(NULL),
d_noTrash(allocatedInCMM) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback