mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Fix memory leak in RSS
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
- BUGFIX: Fix Web UI authentication with Konqueror
|
- BUGFIX: Fix Web UI authentication with Konqueror
|
||||||
- BUGFIX: Fix save path display in properties
|
- BUGFIX: Fix save path display in properties
|
||||||
- BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane)
|
- BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane)
|
||||||
|
- BUGFIX: Fix memory leak in RSS parser
|
||||||
|
|
||||||
* Web Feb 10 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.1.5
|
* Web Feb 10 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.1.5
|
||||||
- BUGFIX: Fix actions on selected torrents (non-selected torrents could be affected)
|
- BUGFIX: Fix actions on selected torrents (non-selected torrents could be affected)
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ public:
|
|||||||
enum FileType {STREAM, FOLDER};
|
enum FileType {STREAM, FOLDER};
|
||||||
|
|
||||||
RssFile(): QObject() {}
|
RssFile(): QObject() {}
|
||||||
|
virtual ~RssFile() {}
|
||||||
|
|
||||||
virtual unsigned int getNbUnRead() const = 0;
|
virtual unsigned int getNbUnRead() const = 0;
|
||||||
virtual FileType getType() const = 0;
|
virtual FileType getType() const = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user