diff options
author | Dan Winship <danw@src.gnome.org> | 2001-09-11 00:34:37 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-09-11 00:34:37 +0800 |
commit | 30d3750b07abbdb0e7ab0dd9171bf9164387621a (patch) | |
tree | 290e972748788a29cac96131d7eb8eb5c11c0315 /shell/e-shell-view.c | |
parent | 3f630caf32b0455023b82d30fc98f685125a6d6a (diff) | |
download | gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.tar.gz gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.tar.zst gsoc2013-evolution-30d3750b07abbdb0e7ab0dd9171bf9164387621a.zip |
Oops. Remove duplicate free.
* e-shell-view.c (socket_destroy_cb): Oops. Remove duplicate free.
svn path=/trunk/; revision=12732
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 932f45bc32..2182c53d8d 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1738,8 +1738,6 @@ socket_destroy_cb (GtkWidget *socket_widget, gpointer data) /* We were actively viewing the component that just crashed, so flip to the default URI */ if (viewing_closed_uri) e_shell_view_display_uri (shell_view, E_SHELL_VIEW_DEFAULT_URI); - - g_free (copy_of_uri); } |