From: Nobuyoshi Nakada Date: 2007-08-07T21:27:13+09:00 Subject: Re: [PATCH] ext/Win32API - Manual FreeLibrary support Hi, At Tue, 7 Aug 2007 17:24:41 +0900, Abhisek Datta wrote in [ruby-core:11854]: > I think it will be great if Win32API allows manual free'ing of > dynamically loaded libraries instead of waiting for GC to free it. > Attached patch adds free/Free method in Win32API class for manual > FreeLibrary() call. The use of Win32API is no longer encouraged, use DL instead. It would be removed by the release of 1.9.1. -- Nobu Nakada