projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e16bc3
)
src/oping.c: Use `context_destroy' to free the context.
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
1c1df54
..
4100caf
100644
(file)
--- a/
src/oping.c
+++ b/
src/oping.c
@@
-455,7
+455,7
@@
int main (int argc, char **argv)
}
ping_iterator_set_context (iter, NULL);
-
free
(context);
+
context_destroy
(context);
}
ping_destroy (ping);