Kaydet (Commit) 06284f39 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708657 Uninitialized pointer field

Change-Id: Ief35e66ef2e1bcad39f7ff70fd39e91973a4dc69
üst a9dc79b3
......@@ -145,6 +145,7 @@ SalPrinterBmp::SalPrinterBmp (BitmapBuffer* pBuffer) :
default:
OSL_FAIL("Error: SalPrinterBmp::SalPrinterBmp() unknown bitmap format");
mpFncGetPixel = NULL;
break;
}
}
......
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