--- a/menucontentsrv/srvsrc/menusrvmain.cpp Wed Mar 31 13:30:40 2010 +0300
+++ b/menucontentsrv/srvsrc/menusrvmain.cpp Wed May 12 13:35:37 2010 +0300
@@ -16,7 +16,6 @@
*/
// INCLUDE FILES
-#include <mw/MemoryManager.h>
#include "menusrv.h"
// ==================== LOCAL FUNCTIONS ====================
@@ -27,10 +26,5 @@
*/
GLDEF_C TInt E32Main()
{
- RAllocator* iAllocator = MemoryManager::SwitchToFastAllocator();
-
- TInt err = RunMenuServer();
-
- MemoryManager::CloseFastAllocator(iAllocator);
- return err;
+ return RunMenuServer();
}