summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/epub/epub-document.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c
index 81d10282..5ea595ff 100644
--- a/backend/epub/epub-document.c
+++ b/backend/epub/epub-document.c
@@ -1216,9 +1216,9 @@ setup_document_index(EpubDocument *epub_document,gchar *containeruri)
//Apparently, sometimes authors don't even care to add a TOC!! Guess standards are just guidelines.
- if (tocfilename == NULL)
- {
+ if (tocfilename == NULL) {
//We didn't even find a nav file.The document has no TOC.
+ g_string_free(tocpath,TRUE);
return NULL;
}