diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-11-03 12:07:08 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-11-03 12:07:08 (GMT) |
commit | 26b247483301d117b2be9e4ff2763da847948096 (patch) | |
tree | cf5a226388419afc0c46a81905096e535edb1bb0 /src | |
parent | e47dce53e761beecac4acd90ebf6dd0006a7b534 (diff) |
Fix little typos and mistakes.
Diffstat (limited to 'src')
-rw-r--r-- | src/analysis/contents/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/contents/memory.c b/src/analysis/contents/memory.c index f7d2bd0..a3acc3b 100644 --- a/src/analysis/contents/memory.c +++ b/src/analysis/contents/memory.c @@ -34,7 +34,6 @@ #include "memory-int.h" -#include "../content-int.h" #include "../db/misc/rlestr.h" #include "../storage/serialize-int.h" #include "../../common/extstr.h" @@ -337,6 +336,7 @@ bool g_memory_content_create(GMemoryContent *content, const bin_t *data, phys_t if (allocated == NULL) { LOG_ERROR_N("malloc"); + result = false; goto exit; } |