diff options
Diffstat (limited to 'plugins/arm')
-rw-r--r-- | plugins/arm/v7/fetch.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/arm/v7/fetch.c b/plugins/arm/v7/fetch.c index 0aa0c6c..6252990 100644 --- a/plugins/arm/v7/fetch.c +++ b/plugins/arm/v7/fetch.c @@ -498,6 +498,9 @@ void help_fetching_with_instruction_ldr_literal_with_orig(GArchInstruction *inst { g_db_comment_add_static_text(comment, "\n"); g_db_comment_add_dynamic_text(comment, desc); + + g_object_unref(G_OBJECT(comment)); + } else |