diff options
| -rw-r--r-- | src/libnrtype/FontInstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/FontInstance.cpp b/src/libnrtype/FontInstance.cpp index 1b65dd88c..4288acd79 100644 --- a/src/libnrtype/FontInstance.cpp +++ b/src/libnrtype/FontInstance.cpp @@ -385,7 +385,7 @@ unsigned int font_instance::Attribute(const gchar *key, gchar *str, unsigned int } } if (free_res) { - free(res); + g_free(res); } return len; } |
