mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
Null-initialize MainWindow::Impl::popup_menu_ (GTK client) (#2138)
This commit is contained in:
parent
1080a5b3f4
commit
7c3f8b5701
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ private:
|
||||||
Gtk::TreeViewColumn* column_ = nullptr;
|
Gtk::TreeViewColumn* column_ = nullptr;
|
||||||
Glib::RefPtr<Session> const core_;
|
Glib::RefPtr<Session> const core_;
|
||||||
sigc::connection pref_handler_id_;
|
sigc::connection pref_handler_id_;
|
||||||
Gtk::Menu* popup_menu_;
|
Gtk::Menu* popup_menu_ = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
Loading…
Reference in a new issue