summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-22 17:20:29 +0000
committerCarl Worth <cworth@cworth.org>2005-08-22 17:20:29 +0000
commitc792e6783c8424805b83c50a8c3fd9afa3ab8ed9 (patch)
tree828582130329984124865ee1ff43bfaddcd4e1b4
parent0fb5b1d4c44be43c9463fe8818aea1aed88facc5 (diff)
downloadcairo-c792e6783c8424805b83c50a8c3fd9afa3ab8ed9.tar.gz
ref_counts will go negative: COVERED by https://bugs.freedesktop.org/show_bug.cgi?id=4198
-rw-r--r--BUGS6
-rw-r--r--ChangeLog5
2 files changed, 5 insertions, 6 deletions
diff --git a/BUGS b/BUGS
index 986788a8b..15652a336 100644
--- a/BUGS
+++ b/BUGS
@@ -34,9 +34,3 @@ cairo_show_text is not updating the current point by the string's advance values
--
Caps are added only to the last subpath in a complex path.
-
---
-
-ref_counts will go negative if destroy is called with ref_count ==
-0. We noticed this in cairo_surface.c but it likely happens in several
-places.
diff --git a/ChangeLog b/ChangeLog
index 34d3ddd43..03df593ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-22 Carl Worth <cworth@cworth.org>
+ * BUGS: ref_counts will go negative: COVERED by
+ https://bugs.freedesktop.org/show_bug.cgi?id=4198
+
+2005-08-22 Carl Worth <cworth@cworth.org>
+
* BUGS: Remove several entries in an effort to obsolete the BUGS
file in favor of bugzilla and cairo/test. Specifically: