summaryrefslogtreecommitdiff
path: root/src/analysis/contents/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/contents/memory.c')
-rw-r--r--src/analysis/contents/memory.c2
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;
}