app_server/html5: Fill in uninitalized member; CID 611419

This commit is contained in:
Alexander von Gluck IV 2014-08-07 21:19:34 +00:00
parent 1dc0615477
commit 30bd14fabd
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@ CanvasMessage::CanvasMessage(StreamingRingBuffer* source,
fBuffer(NULL),
fAvailable(0),
fWriteIndex(0),
fDataLeft(0)
fDataLeft(0),
fCode(0)
{
}