Skip to content

Commit

Permalink
MenuWidget: unref on finalize.
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Feb 16, 2018
1 parent dd1f933 commit 593f060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/menu-widget.vala
Expand Up @@ -88,7 +88,7 @@ namespace Appmenu
{
Object();
}
protected override void destroy()
~MenuWidget()
{
try
{
Expand Down

0 comments on commit 593f060

Please sign in to comment.