aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/valgrind/xmlprotocol/error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/valgrind/xmlprotocol/error.h b/src/plugins/valgrind/xmlprotocol/error.h
index 749d3b7261..a9dd3278b8 100644
--- a/src/plugins/valgrind/xmlprotocol/error.h
+++ b/src/plugins/valgrind/xmlprotocol/error.h
@@ -37,7 +37,8 @@ enum MemcheckError
Leak_DefinitelyLost,
Leak_PossiblyLost,
Leak_StillReachable,
- Leak_IndirectlyLost
+ Leak_IndirectlyLost,
+ ReallocSizeZero
};
Q_ENUM_NS(MemcheckError);