resourcemgmt/hwresourcesmgr/extendedlight/src/HWRMExtendedLightStatusObserver.cpp
--- a/resourcemgmt/hwresourcesmgr/extendedlight/src/HWRMExtendedLightStatusObserver.cpp Thu Jul 15 20:05:35 2010 +0300
+++ b/resourcemgmt/hwresourcesmgr/extendedlight/src/HWRMExtendedLightStatusObserver.cpp Thu Aug 19 11:09:10 2010 +0300
@@ -81,7 +81,10 @@
// Cancel property separately, as the following Cancel() call doesn't seem to
// cause DoCancel to fire.
- iProperty.Cancel();
+ if( iProperty.Handle() )
+ {
+ iProperty.Cancel();
+ }
Cancel();