Skip to content

Commit

Permalink
small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
w17 committed Mar 16, 2016
1 parent 4d5c731 commit 14ab9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/arclite/archive.cpp
Expand Up @@ -216,7 +216,7 @@ class MyCompressCodecsInfo : public ICompressCodecsInfo, private ComBase {
ArcAPI* ArcAPI::arc_api = nullptr;

ArcAPI::~ArcAPI() {
delete compressinfo;
//delete compressinfo;
for_each(arc_libs.begin(), arc_libs.end(), [&] (const ArcLib& arc_lib) {
if (arc_lib.h_module)
FreeLibrary(arc_lib.h_module);
Expand Down

0 comments on commit 14ab9a3

Please sign in to comment.