d2lmirrors / anolis

Anolis is the underlying project for the XPize and Vize resource switchers for Windows XP and Vista respectivly. The codebase allows for the easy swapping around of resources within Win32 executables and other files. (just adding some missing data)
GNU General Public License v2.0
1 stars 0 forks source link

Use Finalizers #31

Closed Dobby233Liu closed 1 year ago

Dobby233Liu commented 1 year ago

creation date = 2009-03-14T18:06:26.667-07:00

Add Finalizers on classes that deal with data that needs disposing rather than just relying on the assumption that Dispose() will always be called appropriately.

Dobby233Liu commented 1 year ago

closed date = 2009-04-10T13:38:24.08-07:00

It looks like I just needed to add the finaliser to ResourceData.