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:
608fd87
)
fix
author
Nils Durner
<durner@gnunet.org>
Mon, 9 Nov 2009 11:16:38 +0000
(11:16 +0000)
committer
Nils Durner
<durner@gnunet.org>
Mon, 9 Nov 2009 11:16:38 +0000
(11:16 +0000)
src/util/disk.c
patch
|
blob
|
history
diff --git
a/src/util/disk.c
b/src/util/disk.c
index 5ced6ad178de89f02b4416afec5a1583fbea133e..e280374d3ab703d6c862f4550fd083f935451f1c 100644
(file)
--- a/
src/util/disk.c
+++ b/
src/util/disk.c
@@
-1642,8
+1642,6
@@
GNUNET_DISK_pipe (int blocking)
DWORD mode;
mode = PIPE_NOWAIT;
- p->fd[0] = GNUNET_malloc (sizeof (struct GNUNET_DISK_FileHandle));
- p->fd[1] = GNUNET_malloc (sizeof (struct GNUNET_DISK_FileHandle));
SetNamedPipeHandleState (p->fd[0]->h, &mode, NULL, NULL);
SetNamedPipeHandleState (p->fd[1]->h, &mode, NULL, NULL);
/* this always fails on Windows 95, so we don't care about error handling */