From de4306af331f5a68c28949c5cfed60adea24f753 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 8 Apr 2010 17:09:32 +0200 Subject: Initialize _kill_mark so we don't get spurious valgrind warnings --- client/display_channel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'client/display_channel.cpp') diff --git a/client/display_channel.cpp b/client/display_channel.cpp index 6427ae4d..9219568a 100644 --- a/client/display_channel.cpp +++ b/client/display_channel.cpp @@ -264,6 +264,7 @@ VideoStream::VideoStream(RedClient& client, Canvas& canvas, DisplayChannel& chan , _clip (NULL) , _frames_head (0) , _frames_tail (0) + , _kill_mark (0) , _uncompressed_data (NULL) , _update_mark (0) , _update_time (0) -- cgit