projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c42856
)
Correctly destroy OS_Process (cosmetic fix)
author
LRN
<lrn1986@gmail.com>
Wed, 13 Mar 2013 17:49:17 +0000
(17:49 +0000)
committer
LRN
<lrn1986@gmail.com>
Wed, 13 Mar 2013 17:49:17 +0000
(17:49 +0000)
src/arm/arm_api.c
patch
|
blob
|
history
diff --git
a/src/arm/arm_api.c
b/src/arm/arm_api.c
index fd49a18a5aaded165b29a6005c44e51d37703636..aee9afb249136b502b47893751533cb1ad2b93d7 100644
(file)
--- a/
src/arm/arm_api.c
+++ b/
src/arm/arm_api.c
@@
-408,7
+408,7
@@
arm_service_report (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
}
if (pos->callback != NULL)
pos->callback (pos->cls, GNUNET_ARM_PROCESS_STARTING);
- GNUNET_
free
(proc);
+ GNUNET_
OS_process_destroy
(proc);
GNUNET_free (pos);
}