diff -r 6ceef9a83b1a -r 6defe5d1bd39 fep/aknfep/src/aknfepuserdbquerydlg.cpp --- a/fep/aknfep/src/aknfepuserdbquerydlg.cpp Mon Mar 15 12:42:02 2010 +0200 +++ b/fep/aknfep/src/aknfepuserdbquerydlg.cpp Wed Mar 31 22:08:20 2010 +0300 @@ -80,7 +80,11 @@ iItemText = editor->GetTextInHBufL(); TBuf textbuf; - textbuf.Copy( iItemText->Des() ); + + if( iItemText != NULL ) + { + textbuf.Copy( iItemText->Des() ); + } if( !iDBEngine->InputPhraseCheck( textbuf ) ) {