summaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-control/files/patch-control.c
blob: 386691c91eb2adf8f0d7cba328fb904d17c0f52c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/control.c
+++ b/control.c
@@ -69,6 +69,7 @@ cPluginControl::~cPluginControl()
   // Clean up after yourself!
   delete(_pReceivers);
   delete(_pTerminal);
+  delete(glCtrlState);
 }