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

@@ -1825,6 +1825,8 @@ Petri Hintukainen <Petri.Hintukainen@hut.fi>
file is in the future
for fixing handling video directory updates in case an other process has touched the
.update file after the last NeedsUpdate() check
for fixing a possible crash if cPluginManager::GetPlugin() is called with a NULL
pointer
Marcel Schaeben <mts280@gmx.de>
for his "Easy Input" patch