brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Possible fix for automation in rust's memory management? #73

Closed itdaniher closed 11 years ago

itdaniher commented 11 years ago

Not 100% sure if this is a net positive, but it's one resolution to a handful of compiler errors. Googled a bit and 'finalize' may not be necessary at this point?

jdm commented 11 years ago

You actually want to rename finalize to drop.

sfackler commented 11 years ago

This was fixed in #68.

itdaniher commented 11 years ago

Oops, thanks for the info!