diff options
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp index eca4ab2dc..71f607b65 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -124,7 +124,7 @@ SPDocument::~SPDocument() { if (root) { sp_object_invoke_release(root); - g_object_unref(G_OBJECT(root)); + sp_object_unref(root); root = NULL; } |
