ENH: fix memory leak

This commit is contained in:
Bill Hoffman 2007-09-10 17:10:40 -04:00
parent 41b20b5979
commit 226993c970
1 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ int main()
kwsys_ios::cerr << "Incorrect return value from plugin!"
<< kwsys_ios::endl;
return 1;
}
}
kwsys::DynamicLoader::CloseLibrary(handle);
return 0;
}