Deleted a superfluous assignment in cPipe::Open()

This commit is contained in:
Klaus Schmidinger
2013-12-29 17:22:10 +01:00
parent 63ee17701a
commit b95b85fee4
3 changed files with 3 additions and 2 deletions

View File

@@ -8099,3 +8099,4 @@ Video Disk Recorder Revision History
that can be freely assigned to any device access to the TS data stream.
- Added a check to avoid a possible NULL pointer dereference in cCiSession::SendData()
(reported by Ville Skytt<74>).
- Deleted a superfluous assignment in cPipe::Open() (reported by Ville Skytt<74>).