summaryrefslogtreecommitdiff
path: root/src/format/debuggable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/debuggable.c')
-rw-r--r--src/format/debuggable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/format/debuggable.c b/src/format/debuggable.c
index 571163b..7020c38 100644
--- a/src/format/debuggable.c
+++ b/src/format/debuggable.c
@@ -125,6 +125,4 @@ void g_debuggable_format_attach_executable(GDbgFormat *format, GExeFormat *execu
{
format->executable = executable;
- g_object_ref(G_OBJECT(executable));
-
}