Advertisement
krzys_h

CBotClass memory leak

Jul 24th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. ==7449== 1,736 (192 direct, 1,544 indirect) bytes in 1 blocks are definitely lost in loss record 670 of 681
  2. ==7449== at 0x4C2E0EF: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  3. ==7449== by 0x4E693FB: CBot::CBotClass::Create(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, CBot::CBotClass*, bool) (in /home/krzys_h/Pulpit/colobot/build-2/src/CBot/libCBot.so)
  4. ==7449== by 0x4EA4AA7: CBot::InitFileFunctions() (in /home/krzys_h/Pulpit/colobot/build-2/src/CBot/libCBot.so)
  5. ==7449== by 0x4E94D62: CBot::CBotProgram::Init() (in /home/krzys_h/Pulpit/colobot/build-2/src/CBot/libCBot.so)
  6. ==7449== by 0x58D5AF: CScriptFunctions::Init() (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  7. ==7449== by 0x54572C: CRobotMain::CRobotMain() (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  8. ==7449== by 0x497B02: CController::CController() (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  9. ==7449== by 0x49694E: CApplication::Create() (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  10. ==7449== by 0x48C9EA: main (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  11. ==7449==
  12. ==7449== 7,680 (192 direct, 7,488 indirect) bytes in 1 blocks are definitely lost in loss record 678 of 681
  13. ==7449== at 0x4C2E0EF: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  14. ==7449== by 0x4E693FB: CBot::CBotClass::Create(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, CBot::CBotClass*, bool) (in /home/krzys_h/Pulpit/colobot/build-2/src/CBot/libCBot.so)
  15. ==7449== by 0x58E621: CScriptFunctions::Init() (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  16. ==7449== by 0x54572C: CRobotMain::CRobotMain() (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  17. ==7449== by 0x497B02: CController::CController() (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  18. ==7449== by 0x49694E: CApplication::Create() (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
  19. ==7449== by 0x48C9EA: main (in /home/krzys_h/Pulpit/colobot/build-2/colobot)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement