You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2014/08/22 03:11:07 UTC

[1/2] git commit: refs/heads/0.4 - Fix refcount leaks in Lock.

Repository: lucy
Updated Branches:
  refs/heads/0.4 cb07bc532 -> 481653b59


Fix refcount leaks in Lock.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/98144706
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/98144706
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/98144706

Branch: refs/heads/0.4
Commit: 9814470615833a4ff96999b649544b164fae3493
Parents: cb07bc5
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Thu Aug 21 18:06:03 2014 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Thu Aug 21 18:06:03 2014 -0700

----------------------------------------------------------------------
 core/Lucy/Store/Lock.c | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/98144706/core/Lucy/Store/Lock.c
----------------------------------------------------------------------
diff --git a/core/Lucy/Store/Lock.c b/core/Lucy/Store/Lock.c
index 48f6c96..9c4acad 100644
--- a/core/Lucy/Store/Lock.c
+++ b/core/Lucy/Store/Lock.c
@@ -201,6 +201,8 @@ LFLock_Request_IMP(LockFileLock *self) {
     context.json = json;
     Err *json_error = Err_trap(S_write_lockfile_json, &context);
     bool wrote_json = !json_error;
+    DECREF(outstream);
+    DECREF(json);
     if (wrote_json) {
         success = Folder_Hard_Link(ivars->folder, ivars->link_path,
                                    ivars->lock_path);


[2/2] git commit: refs/heads/0.4 - Update 0.4.0 release date to reflect new commit.

Posted by ma...@apache.org.
Update 0.4.0 release date to reflect new commit.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/481653b5
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/481653b5
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/481653b5

Branch: refs/heads/0.4
Commit: 481653b59ca9e65d40d0678a13189f6232e83131
Parents: 9814470
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Thu Aug 21 18:10:26 2014 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Thu Aug 21 18:10:26 2014 -0700

----------------------------------------------------------------------
 CHANGES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/481653b5/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 5cf9c60..d733c02 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 Revision history for Lucy
 
-0.4.0  2014-08-19
+0.4.0  2014-08-21
 
   Bugfixes: