xserver-multidpi/render
Peter Hutterer f772014c43 render: Plug a memory leak in AddGlyph. (#23286)
AddGlyph was missing the FreePicture() call that DeleteGlyph used, resulting
in a memory leak when more than one Glyph was added in a RenderAddGlyphs
request.

Since the code in AddGlyph and DeleteGlyph is identical, move into a static
function to avoid such mistakes in the future.

X.Org Bug 23286 <http://bugs.freedesktop.org/show_bug.cgi?id=23286>
2009-09-28 12:59:27 +10:00
..
animcur.c render: delete unused headers declaration 2009-08-28 15:33:19 +03:00
filter.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
glyph.c render: Plug a memory leak in AddGlyph. (#23286) 2009-09-28 12:59:27 +10:00
glyphstr.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Makefile.am Export a bunch of matrix operations from render. 2008-11-24 13:24:36 -08:00
matrix.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miindex.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipict.c Fix miComputeCompositeRegion() to follow new clip rules. 2009-06-18 12:36:11 -04:00
mipict.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mirect.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mitrap.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mitri.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
picture.c render: Don't add b8g8r8x8 format for depth 24. 2009-09-23 13:10:05 +02:00
picture.h Add 4 missing 10bpc picture formats to the server format list. 2009-08-13 12:04:33 -07:00
picturestr.h render: AnimCurInit and AnimCursorCreate shouldn't be _X_EXPORT 2009-08-28 15:30:21 +03:00
render.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
renderedge.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
renderedge.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00