summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e16bc3)
raw | patch | inline | side by side (parent: 0e16bc3)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 12 Mar 2009 07:37:10 +0000 (08:37 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 12 Mar 2009 07:37:10 +0000 (08:37 +0100) |
src/oping.c | patch | blob | history |
diff --git a/src/oping.c b/src/oping.c
index 1c1df5426ff52ac793716dd696489b054027d84f..4100caf219cd0e39be9c07eb861d6fa54fad1699 100644 (file)
--- a/src/oping.c
+++ b/src/oping.c
}
ping_iterator_set_context (iter, NULL);
- free (context);
+ context_destroy (context);
}
ping_destroy (ping);