Fix an uninitialized field in DR_copy.
Shigeru HANADA
This commit is contained in:
parent
62c7bd31c8
commit
5c63982af2
@ -3798,6 +3798,7 @@ CreateCopyDestReceiver(void)
|
|||||||
self->pub.mydest = DestCopyOut;
|
self->pub.mydest = DestCopyOut;
|
||||||
|
|
||||||
self->cstate = NULL; /* will be set later */
|
self->cstate = NULL; /* will be set later */
|
||||||
|
self->processed = 0;
|
||||||
|
|
||||||
return (DestReceiver *) self;
|
return (DestReceiver *) self;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user