projects
/
sdk
/
tools
/
heaptrack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0d481
)
Fix "Uninitialized struct member" cppcheck error
author
Anton Anikin
<anton.anikin@htower.ru>
Mon, 6 Mar 2017 02:20:13 +0000
(10:20 +0800)
committer
Anton Anikin
<anton.anikin@htower.ru>
Mon, 6 Mar 2017 02:20:13 +0000
(10:20 +0800)
Reviewers: mwolff
Reviewed By: mwolff
Differential Revision: https://phabricator.kde.org/D4888
src/analyze/accumulatedtracedata.h
patch
|
blob
|
history
diff --git
a/src/analyze/accumulatedtracedata.h
b/src/analyze/accumulatedtracedata.h
index 48336530dc963cf7607ca6c2abb498fb6bdc07c1..42ae9fab82dc5ebf9ff1591f128708eea8f059be 100644
(file)
--- a/
src/analyze/accumulatedtracedata.h
+++ b/
src/analyze/accumulatedtracedata.h
@@
-72,7
+72,7
@@
struct Allocation : public AllocationData
*/
struct AllocationInfo
{
- uint64_t size;
+ uint64_t size
= 0
;
TraceIndex traceIndex;
bool operator==(const AllocationInfo& rhs) const
{