diff options
Diffstat (limited to 'render/mipict.c')
-rw-r--r-- | render/mipict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/mipict.c b/render/mipict.c index b5dfcb2ba..1dad88eba 100644 --- a/render/mipict.c +++ b/render/mipict.c @@ -106,7 +106,7 @@ miChangePictureClip (PicturePtr pPicture, if (!clientClip) return BadAlloc; clientClipType = CT_REGION; - xfree(value); + free(value); break; } (*ps->DestroyPictureClip) (pPicture); |