Fixed the move assignment operator to check for self-assignment

This commit is contained in:
Klaus Schmidinger
2024-02-15 14:57:56 +01:00
parent 29200d040e
commit 2c66d57d4b
3 changed files with 12 additions and 4 deletions

View File

@@ -9886,3 +9886,8 @@ Video Disk Recorder Revision History
(thanks to Christoph Haubrich).
- Fixed possible duplicate component entries in the info of an ongoing recording
(reported by Christoph Haubrich).
2024-02-15:
- Fixed the move assignment operator to check for self-assignment (suggested by
Stefan Herdler).