$OpenBSD: patch-panel-plugin_showdesktop_c,v 1.1.1.1 2004/01/14 23:05:01 jolan Exp $
--- panel-plugin/showdesktop.c.orig	2003-11-05 12:06:04.000000000 -0600
+++ panel-plugin/showdesktop.c	2004-01-14 01:16:11.000000000 -0600
@@ -225,10 +225,11 @@ create_plugin_control (Control *ctrl)
 static void
 plugin_free (Control *ctrl)
 {
+    gui *plugin;
     g_return_if_fail (ctrl != NULL);
     g_return_if_fail (ctrl->data != NULL);
 
-    gui *plugin = ctrl->data;
+    plugin = ctrl->data;
     g_free(plugin);
 }
 
