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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/ps_extractor.c b/src/plugins/ps_extractor.c
index 987c76d..0077261 100644
--- a/src/plugins/ps_extractor.c
+++ b/src/plugins/ps_extractor.c
@@ -177,6 +177,7 @@ EXTRACTOR_ps_extract_method (struct EXTRACTOR_ExtractContext *ec)
177 strcat (acc, next + 3); 177 strcat (acc, next + 3);
178 free (line); 178 free (line);
179 line = acc; 179 line = acc;
180 free (next);
180 next = readline (ec); 181 next = readline (ec);
181 } 182 }
182 if ( (line[strlen (line) - 1] == ')') && 183 if ( (line[strlen (line) - 1] == ')') &&