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, crash, data file order on USB device #28

Closed SteffenL closed 11 years ago

SteffenL commented 11 years ago

Some of the leaks I came across were caused by base classes not having a virtual destructor. Always using virtual destructors may be a good habit.

Since the data files on USB devices are not necessarily found in the order we want, we should sort them.