hetelek / Velocity

A cross-platform application built using the Qt framework that allows you to browse and edit Xbox 360 files.
GNU General Public License v3.0
162 stars 47 forks source link

Fixed memory leaks in IO classes. #27

Closed SteffenL closed 11 years ago

SteffenL commented 11 years ago

Use virtual destructor in base classes to avoid leaks. Would be a good habit to always use them.

SteffenL commented 11 years ago

Got some more related fixes, so I'm closing this issue.