mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
17 lines
380 B
C
17 lines
380 B
C
$FreeBSD$
|
|
|
|
--- panel-plugin/showdesktop.c.orig Wed Nov 5 12:06:04 2003
|
|
+++ panel-plugin/showdesktop.c Sat Jan 10 11:21:40 2004
|
|
@@ -225,10 +225,11 @@
|
|
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);
|
|
}
|
|
|