-
Notifications
You must be signed in to change notification settings - Fork 10
/
memcheck.log
24 lines (24 loc) · 1.08 KB
/
memcheck.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
==8185== Memcheck, a memory error detector
==8185== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==8185== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==8185== Command: ./QQJson
==8185== Parent PID: 2951
==8185==
==8185== Conditional jump or move depends on uninitialised value(s)
==8185== at 0x4465E5: QQJsonEncoder::encode() (QQJsonEncoder.cpp:32)
==8185== by 0x4409F8: main (main.cpp:11)
==8185==
==8185== Conditional jump or move depends on uninitialised value(s)
==8185== at 0x446618: QQJsonEncoder::encode() (QQJsonEncoder.cpp:34)
==8185== by 0x4409F8: main (main.cpp:11)
==8185==
==8185==
==8185== HEAP SUMMARY:
==8185== in use at exit: 0 bytes in 0 blocks
==8185== total heap usage: 5,594 allocs, 5,594 frees, 305,034 bytes allocated
==8185==
==8185== All heap blocks were freed -- no leaks are possible
==8185==
==8185== For counts of detected and suppressed errors, rerun with: -v
==8185== Use --track-origins=yes to see where uninitialised values come from
==8185== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)