summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b40a0ef)
raw | patch | inline | side by side (parent: b40a0ef)
author | Corey Kosak <kosak@google.com> | |
Fri, 22 Jan 2016 22:22:18 +0000 (17:22 -0500) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 26 Jan 2016 05:58:13 +0000 (06:58 +0100) |
line 194). So, consistent with all other usages, this should be protected
with an #if guard.
with an #if guard.
src/processes.c | patch | blob | history |
diff --git a/src/processes.c b/src/processes.c
index aca18b9919b53107ced78c15163035178fca86bc..f03056948fc0893380f428ffee56355d604a5d4a 100644 (file)
--- a/src/processes.c
+++ b/src/processes.c
"`ProcessMatch' with the same name. "
"All but the first setting will be "
"ignored.");
+#if HAVE_REGEX_H
sfree (new->re);
+#endif
sfree (new);
return;
}