diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-12-26 14:44:07 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-12-26 14:44:07 +0000 |
| commit | c784e87f3b53e823dfb303e296ede834accc9322 (patch) | |
| tree | d66e298e132dc90693a8e5232a88e02c27edf655 /src/libnrtype | |
| parent | Remove sp_style_new(). (diff) | |
| download | inkscape-c784e87f3b53e823dfb303e296ede834accc9322.tar.gz inkscape-c784e87f3b53e823dfb303e296ede834accc9322.zip | |
SPStyle ref counting clean up.
(bzr r13822.1.7)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/Layout-TNG-Input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-Input.cpp b/src/libnrtype/Layout-TNG-Input.cpp index fa1e8c11b..cd9179c5f 100644 --- a/src/libnrtype/Layout-TNG-Input.cpp +++ b/src/libnrtype/Layout-TNG-Input.cpp @@ -325,7 +325,7 @@ PangoFontDescription *Layout::InputStreamTextSource::styleGetFontDescription() c Layout::InputStreamTextSource::~InputStreamTextSource() { - sp_style_unref(style); + sp_style_unref(style); } }//namespace Text |
