Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

_diff_tree_.c: Fix double decref of objects module.

Changeset c1c8d0dd7add

Parent 39f03055eaa7

committed by Jelmer Vernooij

authored by Ted Horst

Changes to 2 files · Browse files at c1c8d0dd7add Showing diff from parent 39f03055eaa7 Diff from another changeset...

Change 1 of 1 Show Entire File NEWS Stacked
 
1
2
3
 
 
4
5
6
 
1
2
3
4
5
6
7
8
@@ -1,6 +1,8 @@
 0.7.1 UNRELEASED     BUG FIXES + + * Fix double decref in _diff_tree.c. (Ted Horst, #715528)     * Fix the build on Windows. (Pascal Quantin)  
 
438
439
440
441
442
443
444
 
438
439
440
 
441
442
443
@@ -438,7 +438,6 @@
  goto error;   }   - Py_DECREF(objects_mod);   Py_DECREF(diff_tree_mod);   return;