Improved cControl::Launch() to keep 'control' from pointing to uninitialized memory

This commit is contained in:
Klaus Schmidinger
2007-07-20 15:26:13 +02:00
parent a8eaa2538c
commit 214c12289f
3 changed files with 7 additions and 2 deletions

View File

@@ -5288,3 +5288,5 @@ Video Disk Recorder Revision History
- Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range
check to it (thanks to Christoph Haubrich).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Improved cControl::Launch() to keep 'control' from pointing to uninitialized
memory (thanks to Rolf Ahrenberg).