Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL pointer

This commit is contained in:
Klaus Schmidinger
2006-10-14 09:57:09 +02:00
parent bb335fecba
commit 6a15d77429
3 changed files with 6 additions and 2 deletions

View File

@@ -4956,3 +4956,5 @@ Video Disk Recorder Revision History
- Fixed clearing an event's Title, ShortText and Description in case the data comes
from an external source.
- Updated the Hungarian language texts (thanks to Guido Josten).
- Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL
pointer (thanks to Petri Hintukainen).