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 | |
| parent | 7dac383e885e39c09b08542cfbd017fa45597ff2 (diff) | |
Freed the disassembling task only once.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | src/analysis/binary.c | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +17-07-07 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Free the disassembling task only once. + 17-07-06 Cyrille Bagard <nocbos@gmail.com> * configure.ac: 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 |
