summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/handlers/image/rsvg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/handlers/image/rsvg.c b/content/handlers/image/rsvg.c
index d45a968e5..f6732e23f 100644
--- a/content/handlers/image/rsvg.c
+++ b/content/handlers/image/rsvg.c
@@ -178,7 +178,6 @@ static bool rsvg_convert(struct content *c)
if ((d->bitmap = guit->bitmap->create(c->width, c->height,
BITMAP_NEW)) == NULL) {
LOG("Failed to create bitmap for rsvg render.");
- msg_data.error = messages_get("NoMemory");
content_broadcast_errorcode(c, NSERROR_NOMEM);
return false;
}