id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9033,Resource Leak in boost::filesystem in operation.cpp at resize_file_api() (Windows),anonymous,Beman Dawes,"The function resize_file_api() in operations.cpp can lead to a resource leak. The responsible part of code is the following: {{{ return handle != INVALID_HANDLE_VALUE && ::SetFilePointerEx(handle, sz, 0, FILE_BEGIN) && ::SetEndOfFile(handle) && ::CloseHandle(handle); }}} If SetFilePointerEx() or SetEndOfFile() fail, the handle will not be closed.",Bugs,new,To Be Determined,filesystem,Boost 1.54.0,Problem,,,