forked from qt-creator/qt-creator
Valgrind: Add missing error type
Fixes: QTCREATORBUG-29600 Change-Id: Ia6b6549865f9940f2e93fbe998788d201a3550fa Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -37,7 +37,8 @@ enum MemcheckError
|
|||||||
Leak_DefinitelyLost,
|
Leak_DefinitelyLost,
|
||||||
Leak_PossiblyLost,
|
Leak_PossiblyLost,
|
||||||
Leak_StillReachable,
|
Leak_StillReachable,
|
||||||
Leak_IndirectlyLost
|
Leak_IndirectlyLost,
|
||||||
|
ReallocSizeZero
|
||||||
};
|
};
|
||||||
Q_ENUM_NS(MemcheckError);
|
Q_ENUM_NS(MemcheckError);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user