[Pkg-owncloud-commits] [owncloud-client] 111/211: ownSql: Always use finish()

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 93c85711d19e2e29975d5fa7b3b8afad317cba22
Author: Markus Goetz <markus at woboq.com>
Date:   Fri Oct 17 13:39:48 2014 +0200

    ownSql: Always use finish()
---
 src/mirall/ownsql.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/ownsql.cpp b/src/mirall/ownsql.cpp
index 7fd4dab..731597c 100644
--- a/src/mirall/ownsql.cpp
+++ b/src/mirall/ownsql.cpp
@@ -102,7 +102,7 @@ SqlQuery::SqlQuery( SqlDatabase db )
 SqlQuery::~SqlQuery()
 {
     if( _stmt ) {
-        sqlite3_finalize(_stmt);
+        finish();
     }
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list