summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94e5829)
raw | patch | inline | side by side (parent: 94e5829)
author | Florian Forster <octo@collectd.org> | |
Wed, 17 Jun 2015 05:34:57 +0000 (07:34 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 17 Jun 2015 05:35:43 +0000 (07:35 +0200) |
The previous call was bad, resulting in errors in free().
src/target_notification.c | patch | blob | history |
index b465438705709df64c02aca9241dcc5a5f95ab9e..7908a29b9bfdc0e3af00d852a8e93c48c156e7c7 100644 (file)
if (status != 0)
{
- tn_destroy ((void *) data);
+ tn_destroy ((void *) &data);
return (status);
}