[Pkg-owncloud-commits] [owncloud-client] 127/333: Fixed a memory leak in FSEvents folderwatcher backend

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:43 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 89a4833caea0f4a58296e385c16c1fe71e4b3066
Author: Denis Dzyubenko <denis at ddenis.info>
Date:   Wed Feb 19 00:46:11 2014 +0100

    Fixed a memory leak in FSEvents folderwatcher backend
---
 src/mirall/folderwatcher_mac.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mirall/folderwatcher_mac.cpp b/src/mirall/folderwatcher_mac.cpp
index 18c18b2..f2e96e1 100644
--- a/src/mirall/folderwatcher_mac.cpp
+++ b/src/mirall/folderwatcher_mac.cpp
@@ -36,6 +36,7 @@ FolderWatcherPrivate::~FolderWatcherPrivate()
 {
     FSEventStreamStop(stream);
     FSEventStreamInvalidate(stream);
+    FSEventStreamRelease(stream);
 }
 
 static void callback(

-- 
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