diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2012-03-03 16:23:38 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2012-03-03 16:23:38 -0800 |
commit | 8338c5bf004b804fbf99bb7321c949aee4327fb8 (patch) | |
tree | 5de9881fad0795e045739f8b7328cd9bed60a1ad | |
parent | fc11b623161ede884306913e79f7278a2d9d5454 (diff) |
plugin: Don't unref widgets
When the plug is destroyed, it will take down the widgets for us.
Trying to unref after that will just cause warnings.
-rw-r--r-- | src/evbp.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -116,8 +116,6 @@ evbp_destroy(NPP instance, NPSavedData** save) g_object_unref(priv->document); g_object_unref(priv->model); - g_object_unref(priv->view); - g_object_unref(priv->scroll); npn_funcs->memfree(instance->pdata); instance->pdata = NULL; |