* ChangeUI should warn when it cannot find a dialog.
* CDialogTemplate::Save needs to free the template with the correct function. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6535 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b7630502dc
commit
fd6400d44d
7 changed files with 21 additions and 30 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
CPPUNIT_ASSERT_EQUAL( (DWORD) sizeof(original_dialog), dwSize );
|
||||
CPPUNIT_ASSERT_EQUAL( 0, memcmp(saved_dialog, original_dialog, dwSize) );
|
||||
|
||||
delete [] saved_dialog;
|
||||
dt.FreeSavedTemplate(saved_dialog);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue