Made DELETENULL() thread safe

This commit is contained in:
Klaus Schmidinger
2011-08-13 13:38:09 +02:00
parent da8cde8615
commit ff866ef828
3 changed files with 4 additions and 2 deletions

View File

@@ -6682,3 +6682,4 @@ Video Disk Recorder Revision History
- The length (as number of frames) of a recording's index file can now be determined
by a call to cIndexFile::GetLength() (suggested by Christoph Haubrich).
- Fixed some crashes in subtitle display (thanks to Rolf Ahrenberg).
- Made DELETENULL() thread safe (reported by Rolf Ahrenberg).