Skip to content
Snippets Groups Projects
Commit 20325777 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Do closedir()

parent 24fd4404
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,8 @@ main( int argc, char **argv ) ...@@ -149,6 +149,8 @@ main( int argc, char **argv )
} }
} }
closedir( datadir );
/* look for search requests */ /* look for search requests */
if ( sfile ) { if ( sfile ) {
snum = get_search_filters( sfile, sreqs ); snum = get_search_filters( sfile, sreqs );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment