mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
fix resource leak
svn path=/trunk/; revision=21482
This commit is contained in:
@@ -83,7 +83,7 @@ AboutDialogProc(HWND hDlg,
|
||||
LPARAM lParam)
|
||||
{
|
||||
HWND hLicenseEditWnd;
|
||||
HICON hIcon = NULL;
|
||||
static HICON hIcon = NULL;
|
||||
static LPTSTR lpLicense = NULL;
|
||||
|
||||
switch (message)
|
||||
|
||||
Reference in New Issue
Block a user