--- a/harvester/harvesterplugins/WMVPlugin/src/harvesterwmvplugin.cpp Fri Mar 12 15:44:28 2010 +0200
+++ b/harvester/harvesterplugins/WMVPlugin/src/harvesterwmvplugin.cpp Mon Mar 15 12:42:24 2010 +0200
@@ -21,6 +21,7 @@
#include "mdsutils.h"
#include "harvesterdata.h"
#include "harvesterlog.h"
+#include "harvestercommon.h"
#include "harvesterwmvplugin.h"
#include <mdenamespacedef.h>
#include <mdeobjectdef.h>
@@ -77,6 +78,7 @@
CHarvesterWMVPlugin::~CHarvesterWMVPlugin()
{
WRITELOG( "CHarvesterWMVPlugin::~CHarvesterWMVPlugin()" );
+ delete iPropDefs;
}
// ---------------------------------------------------------------------------
@@ -154,6 +156,7 @@
void CHarvesterWMVPlugin::ConstructL()
{
WRITELOG( "CHarvesterWMVPlugin::ConstructL()" );
+ SetPriority( KHarvesterPriorityHarvestingPlugin - 1 );
}
// ---------------------------------------------------------------------------