On Wed, Dec 10, 2014 at 3:07 PM, Richard Hipp <[email protected]> wrote:
> On Wed, Dec 10, 2014 at 4:58 PM, Scott Robison <[email protected]> > wrote: > > > In the function add_file it checks if a filename is a directory. If so, > it > > calls opendir, and if successful, loops on readdir. But it never calls > > closedir. > I haven't downloaded the update, but that is the exact same fix I applied to confirm the problem on my side. Two thumbs up! Thanks. -- Scott Robison _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

