elast0ny / shared_memory

A Rust wrapper around native shared memory for Linux and Windows
382 stars 51 forks source link

Potentially fix drop conditional for Windows #24

Closed mickdekkers closed 5 years ago

mickdekkers commented 5 years ago

Hi!

I was scrolling through the source and this conditional looked off to me. Is it meant to be !=?

I'm pretty new to Rust, so forgive me if I misread the code 🙂

elast0ny commented 5 years ago

Good find ! Thanks :+1: