[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4292 - GNUnet/src/applications/fs/ecrs
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4292 - GNUnet/src/applications/fs/ecrs |
Date: |
Thu, 11 Jan 2007 23:09:06 -0800 (PST) |
Author: grothoff
Date: 2007-01-11 23:09:04 -0800 (Thu, 11 Jan 2007)
New Revision: 4292
Modified:
GNUnet/src/applications/fs/ecrs/uri.c
GNUnet/src/applications/fs/ecrs/uritest.c
Log:
leaks
Modified: GNUnet/src/applications/fs/ecrs/uri.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/uri.c 2007-01-12 07:05:59 UTC (rev
4291)
+++ GNUnet/src/applications/fs/ecrs/uri.c 2007-01-12 07:09:04 UTC (rev
4292)
@@ -1174,6 +1174,7 @@
- sizeof(MESSAGE_HEADER),
&hello->senderIdentity,
&uri->data.loc.helloSignature);
+ FREE(hello);
signer(signer_cls,
sizeof(FileIdentifier) +
sizeof(PublicKey) +
Modified: GNUnet/src/applications/fs/ecrs/uritest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/uritest.c 2007-01-12 07:05:59 UTC (rev
4291)
+++ GNUnet/src/applications/fs/ecrs/uritest.c 2007-01-12 07:09:04 UTC (rev
4292)
@@ -96,6 +96,7 @@
ECRS_freeUri(baseURI);
return 1;
}
+ ECRS_freeUri(uri2);
ECRS_freeUri(baseURI);
uric = ECRS_uriToString(uri);
#if 1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4292 - GNUnet/src/applications/fs/ecrs,
grothoff <=