Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak? #7

Open
mardy opened this issue Apr 17, 2020 · 0 comments
Open

Memory leak? #7

mardy opened this issue Apr 17, 2020 · 0 comments

Comments

@mardy
Copy link
Contributor

mardy commented Apr 17, 2020

Hi,
I'm opening an archive and then closing it, and when running the application in valgrind it reports this:

==14992== 1,134 bytes in 42 blocks are definitely lost in loss record 93 of 103
==14992==    at 0x4C2DB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==14992==    by 0xC818DEF: ???
==14992==    by 0xC83429F: ???
==14992==    by 0x40B819: ReadProp(unsigned int (*)(unsigned int, tagPROPVARIANT*), unsigned int (*)(unsigned int, unsigned int, tagPROPVARIANT*), unsigned int, unsigned int, NWindows::NCOM::CPropVariant&) (HelperFuncs.cpp:49)
==14992==    by 0x40EBD7: LoadFormats(_union_7zip_functions*, C7ZipObjectPtrArray&) (7ZipFormatInfo.cpp:107)
==14992==    by 0x40D8BC: C7ZipDllHandler::Initialize() (7ZipDllHandler.cpp:92)
==14992==    by 0x40D608: C7ZipDllHandler::C7ZipDllHandler(C7ZipLibrary*, void*) (7ZipDllHandler.cpp:62)
==14992==    by 0x40893E: C7ZipLibrary::Initialize() (7zipLibrary.cpp:76)
==14992==    by 0x406A21: Fuse7z::ModulePrivate::initialize7zip() (module.cpp:88)
==14992==    by 0x406C83: Fuse7z::ModulePrivate::initialize() (module.cpp:109)
==14992==    by 0x407145: Fuse7z::Module::initialize() (module.cpp:172)
==14992==    by 0x4085B0: main (main.cpp:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant