summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-05 10:21:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-05 10:21:20 +0200
commit8114d7c63eaec8e5acca7fcc0a9afc2131f60e45 (patch)
treebb0763929083bec29b7e648b429cd0b1852f7b7b /HISTORY
parent9ff445dce4d2ed235515c945d745466ce2275438 (diff)
downloadvdr-8114d7c63eaec8e5acca7fcc0a9afc2131f60e45.tar.gz
vdr-8114d7c63eaec8e5acca7fcc0a9afc2131f60e45.tar.bz2
Now freeing configDirectory before setting it to a new value in cPlugin::SetConfigDirectory()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b443539c..6303e572 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6015,3 +6015,5 @@ Video Disk Recorder Revision History
Reinhard Nissl for making sure vdr-xine no longer needs this).
- Added missing '[]' to the delete operator in cMenuEditStrItem::~cMenuEditStrItem().
- Added missing virtual destructor to cPalette.
+- Now freeing configDirectory before setting it to a new value in
+ cPlugin::SetConfigDirectory().