summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 58a503a)
raw | patch | inline | side by side (parent: 58a503a)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 28 Nov 2015 18:45:42 +0000 (19:45 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 30 Nov 2015 21:55:49 +0000 (22:55 +0100) |
src/bind.c | patch | blob | history |
diff --git a/src/bind.c b/src/bind.c
index 03dfcc77cd7bf322b7576fe288f0bbb3c6e14191..14c075924d754deee39313f4c0b07e63ced1cd20 100644 (file)
--- a/src/bind.c
+++ b/src/bind.c
if (tmp->name == NULL)
{
ERROR ("bind plugin: strdup failed.");
- free (tmp);
+ sfree (views);
return (-1);
}