mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-30 23:47:59 +02:00
ref_counts will go negative: COVERED by https://bugs.freedesktop.org/show_bug.cgi?id=4198
This commit is contained in:
parent
0fb5b1d4c4
commit
c792e6783c
2 changed files with 5 additions and 6 deletions
6
BUGS
6
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.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue