PVS V522: null pointer dereferences

Change-Id: Iaa753ef3a93c36031789a85f87e569fc410d3304
Reviewed-on: https://review.haiku-os.org/c/1604
Reviewed-by: Stephan Aßmus <[email protected]>
This commit is contained in:
Adrien Destugues
2019-07-16 20:44:32 +00:00
committed by Stephan Aßmus
parent 439ca67c06
commit fcf7cbe79e
8 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ protected:
// Get the producer node source
const media_source& MediaSource() const;
// This is the our own input
const media_input& MediaInput() const;
const media_input MediaInput() const;
virtual void BufferReceived(void* buffer, size_t size,
const media_header& header);