diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-23 16:22:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-23 18:53:25 (GMT) |
commit | 56f7524c4fd0fc14a509be7689f4820b31564dbc (patch) | |
tree | 9c84e11279cd5711a4e0af907ca6160b62317528 /src/format/dex | |
parent | 3f05bacd4fec23824489b51d964a7ce3565bb85b (diff) |
Deleted a level of data to reduce the memory fingerprint.
Diffstat (limited to 'src/format/dex')
-rw-r--r-- | src/format/dex/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dex/class.c b/src/format/dex/class.c index 454cc40..a507e39 100644 --- a/src/format/dex/class.c +++ b/src/format/dex/class.c @@ -534,7 +534,7 @@ GBufferLine *line, GLangOutput *output) type = get_type_from_dex_pool(format, class->definition.class_idx); - //g_buffer_line_insert_text(line, BLC_ASSEMBLY, "{", 3, RTT_SIGNS); + //g_buffer_line_append_text(line, BLC_ASSEMBLY, "{", 3, RTT_SIGNS, NULL); //printf("Output :: %s\n", _g_data_type_to_string(type, true)); |