aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/rpm_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/rpm_extractor.c')
-rw-r--r--src/plugins/rpm_extractor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/rpm_extractor.c b/src/plugins/rpm_extractor.c
index f08e588..06a817e 100644
--- a/src/plugins/rpm_extractor.c
+++ b/src/plugins/rpm_extractor.c
@@ -396,10 +396,11 @@ EXTRACTOR_rpm_extract_method (struct EXTRACTOR_ExtractContext *ec)
396 CLEANUP: 396 CLEANUP:
397 rpmtdFree (p); 397 rpmtdFree (p);
398 headerFreeIterator (hi); 398 headerFreeIterator (hi);
399
400 END:
399 headerFree (hdr); 401 headerFree (hdr);
400 rpmtsFree(ts); 402 rpmtsFree(ts);
401 403
402 END:
403 /* make sure SIGALRM does not kill us, then use it to 404 /* make sure SIGALRM does not kill us, then use it to
404 kill the thread */ 405 kill the thread */
405 memset (&sig, 0, sizeof (struct sigaction)); 406 memset (&sig, 0, sizeof (struct sigaction));