Spider Saver: init fPreview to default value

Fixes CID 609764
This commit is contained in:
John Scipione 2013-12-20 17:50:23 -05:00
parent a1e717b8f7
commit 7d265f4207

View File

@ -66,7 +66,8 @@ SpiderSaver::SpiderSaver(BMessage *message, image_id id)
fQueueNumber(20),
fMaxPolyPoints(MAX_POLY_POINTS),
fMaxQueueDepth(MAX_QUEUE_DEPTH),
fColor(RED)
fColor(RED),
fPreview(false)
{
for (int32 i = 0; i < MAX_QUEUE_NUMBER; i++)
fQueues[i] = NULL;