Commit b9e542e3 authored by Nghia Ho's avatar Nghia Ho

Missing closedir with opendir

parent 178f0272
......@@ -96,6 +96,8 @@ static void readDirectory( const string& directoryName, vector<string>& filename
else
filenames.push_back( string(dent->d_name) );
}
closedir( dir );
}
#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