Skip to content
Snippets Groups Projects
Commit 62d7ab40 authored by Guy Harris's avatar Guy Harris
Browse files

Don't destroy something if it doesn't exist.

svn path=/trunk/; revision=19632
parent 89b99ff3
Branches
Tags
No related merge requests found
......@@ -1595,6 +1595,7 @@ remove_channel_to_window(gchar *key _U_ , rtp_channel_info_t *rci, gpointer ptr
gtk_widget_destroy(rci->draw_area);
gtk_widget_destroy(rci->scroll_window);
gtk_widget_destroy(rci->check_bt);
if (rci->separator)
gtk_widget_destroy(rci->separator);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment