diff options
author | 2006-05-16 19:23:36 +0000 | |
---|---|---|
committer | 2006-05-16 19:23:36 +0000 | |
commit | 8ef168e147416ea0f8d31ea04cc6c98f5d726727 (patch) | |
tree | d08ae4566cab89da38ceaf4a2398ef9e0537590b /media-sound/amarok/files | |
parent | Removed old version (diff) | |
download | gentoo-2-8ef168e147416ea0f8d31ea04cc6c98f5d726727.tar.gz gentoo-2-8ef168e147416ea0f8d31ea04cc6c98f5d726727.tar.bz2 gentoo-2-8ef168e147416ea0f8d31ea04cc6c98f5d726727.zip |
Add patch to fix leaks on connection db.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'media-sound/amarok/files')
-rw-r--r-- | media-sound/amarok/files/amarok-1.4.0-collectiondb.patch | 10 | ||||
-rw-r--r-- | media-sound/amarok/files/digest-amarok-1.4.0-r2 | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/amarok/files/amarok-1.4.0-collectiondb.patch b/media-sound/amarok/files/amarok-1.4.0-collectiondb.patch new file mode 100644 index 000000000000..cc5310a68134 --- /dev/null +++ b/media-sound/amarok/files/amarok-1.4.0-collectiondb.patch @@ -0,0 +1,10 @@ +--- /home/wwwchrisde/svn/amarok/src/collectiondb.h (revision 541334) ++++ /home/wwwchrisde/svn/amarok/src/collectiondb.h (revision 541335) +@@ -107,6 +107,7 @@ + enum DbConnectionType { sqlite = 0, mysql = 1, postgresql = 2 }; + + DbConnection(); ++ virtual ~DbConnection() {} + + virtual QStringList query( const QString& /* statement */ ) = 0; + virtual int insert( const QString& /* statement */, const QString& /* table */ ) = 0; diff --git a/media-sound/amarok/files/digest-amarok-1.4.0-r2 b/media-sound/amarok/files/digest-amarok-1.4.0-r2 new file mode 100644 index 000000000000..eda3a290db41 --- /dev/null +++ b/media-sound/amarok/files/digest-amarok-1.4.0-r2 @@ -0,0 +1,3 @@ +MD5 d716442c46a4446954492d1016f8af02 amarok-1.4.0.tar.bz2 12900236 +RMD160 bdc10c80c4a94a42ffdd0b22da12e7b2710a9772 amarok-1.4.0.tar.bz2 12900236 +SHA256 376de34693c1128a0c34ac7d9bded7a1217f67bfb31bda79a520216e4a22afb8 amarok-1.4.0.tar.bz2 12900236 |