Fixed uninitialized value.
This commit is contained in:
parent
b23b0c656e
commit
23d64bd6ca
@ -963,6 +963,7 @@ static int xf_cliprdr_server_format_data_response(CliprdrClientContext* context,
|
|||||||
}
|
}
|
||||||
|
|
||||||
pDstData = NULL;
|
pDstData = NULL;
|
||||||
|
DstSize = 0;
|
||||||
|
|
||||||
formatId = 0;
|
formatId = 0;
|
||||||
altFormatId = 0;
|
altFormatId = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user