Skip to content

Commit

Permalink
xembed: try to fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Jan 20, 2018
1 parent a8dbcd3 commit 1791eda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applets/wnck/xembed/xembed-ccode.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ static void client_delete(TrayPlugin *tr, TrayClient *tc, gboolean unlink, gbool
gtk_widget_destroy(tc->socket);
if (GTK_IS_CONTAINER(tr->plugin))
gtk_container_remove(GTK_CONTAINER(tr->plugin), widget);
if (GTK_IS_WIDGET(widget))
gtk_widget_destroy(widget);
}

/* Deallocate the client structure. */
Expand Down

0 comments on commit 1791eda

Please sign in to comment.