aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-09 20:47:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-09 20:47:23 +0000
commitfc32a4b28542a48bbe357dd910ff10cfb2d2c722 (patch)
tree111829b11f67608216dd6fbf91aa375cacd27cae /src/datacache/datacache.c
parent67d4a36d23f6053cc6a34eb9270aaa14ecae2ca2 (diff)
downloadgnunet-fc32a4b28542a48bbe357dd910ff10cfb2d2c722.tar.gz
gnunet-fc32a4b28542a48bbe357dd910ff10cfb2d2c722.zip
-doxygen, memory leak in heap plugin on shutdown
Diffstat (limited to 'src/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index e6b49fd75..c96432946 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -233,9 +233,9 @@ GNUNET_DATACACHE_destroy (struct GNUNET_DATACACHE_Handle *h)
233 * @param data data to store 233 * @param data data to store
234 * @param type type of the value 234 * @param type type of the value
235 * @param discard_time when to discard the value in any case 235 * @param discard_time when to discard the value in any case
236 * @param path_info_len number of entries in 'path_info' 236 * @param path_info_len number of entries in @a path_info
237 * @param path_info a path through the network 237 * @param path_info a path through the network
238 * @return GNUNET_OK on success, GNUNET_SYSERR on error, GNUNET_NO if duplicate 238 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error, #GNUNET_NO if duplicate
239 */ 239 */
240int 240int
241GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h, 241GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h,