diff -r 5db69f4c3d06 -r b048e15729d6 creator/engine/src/creator_note.cpp --- a/creator/engine/src/creator_note.cpp Mon Aug 23 15:50:54 2010 +0300 +++ b/creator/engine/src/creator_note.cpp Fri Sep 03 17:11:21 2010 +0300 @@ -22,14 +22,6 @@ #include "creator_note.h" #include "creator_traces.h" - -const TInt KCreatorDiskSpaceNeededForSingleDeletion( 8192 ); -_LIT( KCreatorNotepadFile, "c:Notepad.dat" ); - -// @see \s60\app\organizer\notepad\notepad1\LibSrc\NpdCoreModel.cpp KSecureUid.Name() -_LIT( KCreatorNotepadFormat, "SECURE[101F8878]" ); -_LIT( KCreatorNotepadDeleteAllSQL, "DELETE FROM Table1"); - //---------------------------------------------------------------------------- CNotepadParameters::CNotepadParameters() @@ -82,12 +74,13 @@ if (iParameters) { delete iParameters; - iParameters; + iParameters = NULL; } if (iNotepadWrapper) { delete iNotepadWrapper; + iNotepadWrapper = NULL; } }