id summary reporter owner description type status milestone component version severity resolution keywords cc 7084 memory leak in fileiter.cpp Gaurav Gupta John Maddock "In file libs/regex/src/fileiter.cpp In case the opendir is successful but if condition fails in following code block then there will be memory leak. {{{ DIR* h = opendir(dat->root); dat->d = h; if(h != 0) { if(_fi_FindNextFile(dat, lpFindFileData)) return dat; } delete dat; return 0; }}} The attached patch is the fix for this situation." Bugs closed To Be Determined regex Boost 1.51.0 Problem fixed yogen.saini@…