MafiaHub / OpenMF-Archived

Abandoned C++ version. Contains useful format utils and parsers.
GNU General Public License v3.0
128 stars 11 forks source link

ScopedBuffer #106

Closed volca02 closed 6 years ago

volca02 commented 6 years ago

I found some unchecked memcpys in the dta file parser, and some freely positioned malloc/free constructs that like to leak easily. This makes things a bit more tight.

drummyfish commented 6 years ago

Nice, thank you for contribution. Just please take a look at the formatting, nothing big, just for consistency.

volca02 commented 6 years ago

Hey thanks for the feedback. I have some muscle memory to battle here. Didn't notice you were using namespaces... I'll take a look at the comments and post a new merge request soon.