itip_send_comp_sync: Initialize all members of a stack allocated structure
This commit is contained in:
@ -1982,6 +1982,8 @@ itip_send_comp_sync (ESourceRegistry *registry,
|
||||
{
|
||||
ItipSendComponentData isc;
|
||||
|
||||
memset (&isc, 0, sizeof (ItipSendComponentData));
|
||||
|
||||
isc.registry = registry;
|
||||
isc.method = method;
|
||||
isc.send_comp = send_comp;
|
||||
|
||||
Reference in New Issue
Block a user