diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-07-07 20:55:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-07-07 20:55:24 (GMT) |
commit | baec975600e6ef5ce4499b6c79798358dd0f7eff (patch) | |
tree | dfc62004116e7e30a278491607ae850e263315b7 /src | |
parent | 7dac383e885e39c09b08542cfbd017fa45597ff2 (diff) |
Freed the disassembling task only once.
Diffstat (limited to 'src')
-rw-r--r-- | src/analysis/binary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analysis/binary.c b/src/analysis/binary.c index 79c82f5..f03f75a 100644 --- a/src/analysis/binary.c +++ b/src/analysis/binary.c @@ -1667,7 +1667,6 @@ void ack_completed_disassembly(GDelayedDisassembly *disass, GLoadedBinary *binar - g_object_unref(G_OBJECT(disass)); #ifdef DEBUG_DUMP_STATS |