summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-10-13 18:43:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-10-13 18:43:10 (GMT)
commit7800159c1dd6538f0ee9d026cf3f121a488dd647 (patch)
tree546038a3e606b9bdae301b6e28d3c2d7dfe0d15b /src
parent37e5f1e071bd9eed59934f2ff242699035232f30 (diff)
Loaded debug information with care.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@592 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src')
-rw-r--r--src/analysis/binary.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/analysis/binary.c b/src/analysis/binary.c
index f74f613..ae8054b 100644
--- a/src/analysis/binary.c
+++ b/src/analysis/binary.c
@@ -329,8 +329,7 @@ GLoadedBinary *g_loaded_binary_new(GBinContent *content)
/* Informations de débogage associées */
- if (!g_loaded_binary_attach_debug_info(result, content))
- goto lbf_error;
+ g_loaded_binary_attach_debug_info(result, content);
/* Architecture visée */