richedit: Added missing style releases.
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 10 Aug 2009 14:53:53 +0000 (10:53 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Aug 2009 15:10:34 +0000 (17:10 +0200)
commit114a64ce5d83dd34e4b86df36925bf8c7feeb97a
treecfe59d3870f04804c4a640a5684c938ecf90fed4
parentfc618ab041e3c45a10cdbecc44203d70d3bb73b6
richedit: Added missing style releases.

Style objects are referenced counted in richedit controls, so I tried to
make sure styles were released properly.  This can be checked using with
the all_refs global reference count to see if everything is cleaned up.
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/style.c
dlls/riched20/table.c