summaryrefslogtreecommitdiff
path: root/src/replywait.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/replywait.c')
-rw-r--r--src/replywait.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/replywait.c b/src/replywait.c
index e29f019..eb3a814 100644
--- a/src/replywait.c
+++ b/src/replywait.c
@@ -58,7 +58,7 @@ _IceAddReplyWait (
prev = last;
last = last->next;
}
-
+
savedReplyWait = (_IceSavedReplyWait *) malloc (
sizeof (_IceSavedReplyWait));
@@ -148,7 +148,7 @@ _IceCheckReplyReady (
iceConn->saved_reply_waits = savedReplyWait->next;
else
prev->next = savedReplyWait->next;
-
+
free ((char *) savedReplyWait);
}