Commit 42b396c9 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1522 from nghiaho12:latentsvm

parents 178f0272 b9e542e3
...@@ -96,6 +96,8 @@ static void readDirectory( const string& directoryName, vector<string>& filename ...@@ -96,6 +96,8 @@ static void readDirectory( const string& directoryName, vector<string>& filename
else else
filenames.push_back( string(dent->d_name) ); filenames.push_back( string(dent->d_name) );
} }
closedir( dir );
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment