mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 753118 - Fix uninitialized value in nsWindow::Destroy. r=karlt
This commit is contained in:
parent
6346436929
commit
d83cedc25d
@ -137,7 +137,8 @@ invisibleSourceDragDataGet(GtkWidget *aWidget,
|
||||
gpointer aData);
|
||||
|
||||
nsDragService::nsDragService()
|
||||
: mTaskSource(0)
|
||||
: mScheduledTask(eDragTaskNone)
|
||||
, mTaskSource(0)
|
||||
{
|
||||
// We have to destroy the hidden widget before the event loop stops
|
||||
// running.
|
||||
|
Loading…
Reference in New Issue
Block a user