Kaydet (Commit) 3c6e2a2b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1210180 Uninitialized pointer field

Change-Id: Ice39630a7991bf037842557e76bfb95600c57ea3
üst 0283251f
...@@ -161,6 +161,7 @@ MediaWindowImpl::MediaWindowImpl( Window* pParent, MediaWindow* pMediaWindow, bo ...@@ -161,6 +161,7 @@ MediaWindowImpl::MediaWindowImpl( Window* pParent, MediaWindow* pMediaWindow, bo
DropTargetHelper( this ), DropTargetHelper( this ),
DragSourceHelper( this ), DragSourceHelper( this ),
mpMediaWindow( pMediaWindow ), mpMediaWindow( pMediaWindow ),
mpEvents( NULL ),
mpMediaWindowControl( bInternalMediaControl ? new MediaWindowControl( this ) : NULL ), mpMediaWindowControl( bInternalMediaControl ? new MediaWindowControl( this ) : NULL ),
mpEmptyBmpEx( NULL ), mpEmptyBmpEx( NULL ),
mpAudioBmpEx( NULL ) mpAudioBmpEx( NULL )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment