Fixed missing cleanup at program exit in case there is a problem with a plugin

This commit is contained in:
Klaus Schmidinger
2004-10-23 15:17:03 +02:00
parent 5105187701
commit f7dd342f52
3 changed files with 32 additions and 20 deletions

View File

@@ -3057,3 +3057,5 @@ Video Disk Recorder Revision History
- Updated Romanian language texts and the iso8859-2 fonts (thanks to Lucian Muresan).
- Now actually using the iso8859-15 fonts (thanks to Lucian Muresan).
- Some minor code cleanups (thanks to Prakash K. Cheemplavam).
- Fixed missing cleanup at program exit in case there is a problem with a plugin
(thanks to Mattias Gr<47>nlund for pointing this out).