summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 14:00:11 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 14:00:11 +0200
commitad3af05b3b56f78f5446727e568c874b54ec4d40 (patch)
tree402e11cbef0b1b34fc278bc25bdee81f907cb4d5 /plugins/gtkui/trkproperties.h
parent9aa9637cb7879b3ad9b0295495220be00dc4eab2 (diff)
destroy trkproperties window before quit (fixes memleak)
Diffstat (limited to 'plugins/gtkui/trkproperties.h')
-rw-r--r--plugins/gtkui/trkproperties.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/trkproperties.h b/plugins/gtkui/trkproperties.h
index 51937f5e..e7eaffed 100644
--- a/plugins/gtkui/trkproperties.h
+++ b/plugins/gtkui/trkproperties.h
@@ -24,4 +24,7 @@ struct DB_playItem_s;
void
show_track_properties_dlg (struct DB_playItem_s *it);
+void
+trkproperties_destroy (void);
+
#endif