1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Plug some simple leaks detected during startup

This commit is contained in:
2013-01-04 00:00:14 -08:00
parent 2c9a9bb1a8
commit abbbfc12d7
7 changed files with 25 additions and 13 deletions

View File

@ -58,6 +58,7 @@ class plBinkPlayer
public:
plBinkPlayer() : fFileName(nil) { }
~plBinkPlayer() { delete [] fFileName; }
static bool Init( hsWindowHndl hWnd) { return true; }
static bool DeInit() { return true; }