aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-14 21:09:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-14 21:09:20 +0000
commite618b3592d2ef8f1a12edd166a0e32f00f7b773b (patch)
treefffb66aa178361aa1045cf68a94e6538e74d46e1
parent0269612694bcbc171810cd48dcea8e5cea0da2a1 (diff)
downloadlibextractor-e618b3592d2ef8f1a12edd166a0e32f00f7b773b.tar.gz
libextractor-e618b3592d2ef8f1a12edd166a0e32f00f7b773b.zip
fix
-rw-r--r--src/main/extractor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/extractor.c b/src/main/extractor.c
index 1931f7a..508ec73 100644
--- a/src/main/extractor.c
+++ b/src/main/extractor.c
@@ -1854,6 +1854,8 @@ extract (struct EXTRACTOR_PluginList *plugins,
1854 case EXTRACTOR_OPTION_DISABLED: 1854 case EXTRACTOR_OPTION_DISABLED:
1855 break; 1855 break;
1856 } 1856 }
1857 if (ppos == NULL)
1858 break;
1857 ppos = ppos->next; 1859 ppos = ppos->next;
1858 } 1860 }
1859 if (want_shm) 1861 if (want_shm)