branch | RCL_3 |
changeset 40 | 7fb4a99d4b6b |
parent 0 | ed9695c8bcbe |
child 49 | 8e703580edd3 |
--- a/vtprotocols/inc/cdatasourceproxy.h Tue Sep 14 21:23:32 2010 +0300 +++ b/vtprotocols/inc/cdatasourceproxy.h Wed Sep 15 12:15:42 2010 +0300 @@ -48,6 +48,10 @@ * Constructor. */ CPVCameraSourceNodeProxy(); + /** + * destructor. + */ + ~CPVCameraSourceNodeProxy();//add for memory leak /** * Set consumer object. @@ -292,6 +296,12 @@ * Constructor. */ CVideoSourceProxy(MVTVideoSource* aVideoSource); + + /** + * destructor. + */ + ~CVideoSourceProxy();//add for memory leak + /** * ConstructL. */