Use delete to release header memory. adelikat certified it doesn't break :)

This commit is contained in:
riccardom 2008-11-21 10:28:31 +00:00
parent 3653a8dfc1
commit 5ed65db952
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ LRESULT Ginfo_OnPaint(HWND hwnd, WPARAM wParam, LPARAM lParam)
EndPaint(hwnd, &ps); EndPaint(hwnd, &ps);
free(header); delete header;
return 0; return 0;
} }