* CID 10260: member variable fDefaultPrinter was not
initialized in constructor in error case git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39993 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -85,6 +85,7 @@ main()
|
|||||||
*/
|
*/
|
||||||
PrintServerApp::PrintServerApp(status_t* err)
|
PrintServerApp::PrintServerApp(status_t* err)
|
||||||
: Inherited(PSRV_SIGNATURE_TYPE, err),
|
: Inherited(PSRV_SIGNATURE_TYPE, err),
|
||||||
|
fDefaultPrinter(NULL),
|
||||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||||
fSelectedIcon(NULL),
|
fSelectedIcon(NULL),
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user