aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/ps_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ps_extractor.c')
-rw-r--r--src/plugins/ps_extractor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/ps_extractor.c b/src/plugins/ps_extractor.c
index bd99c94..a11509b 100644
--- a/src/plugins/ps_extractor.c
+++ b/src/plugins/ps_extractor.c
@@ -208,6 +208,8 @@ EXTRACTOR_ps_extract_method (struct EXTRACTOR_ExtractContext *ec)
208 } 208 }
209 free (line); 209 free (line);
210 } 210 }
211 if (NULL != next)
212 free (next);
211} 213}
212 214
213/* end of ps_extractor.c */ 215/* end of ps_extractor.c */