summaryrefslogtreecommitdiff
path: root/ot_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_mutex.c')
-rw-r--r--ot_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_mutex.c b/ot_mutex.c
index a7b583b..b6da4be 100644
--- a/ot_mutex.c
+++ b/ot_mutex.c
@@ -174,7 +174,7 @@ void mutex_workqueue_canceltask( int64 socket ) {
174 174
175 /* Free task's iovec */ 175 /* Free task's iovec */
176 for( i=0; i<(*task)->iovec_entries; ++i ) 176 for( i=0; i<(*task)->iovec_entries; ++i )
177 munmap( iovec[i].iov_base , iovec[i].iov_len ); 177 munmap( iovec[i].iov_base, iovec[i].iov_len );
178 178
179 *task = (*task)->next; 179 *task = (*task)->next;
180 free( ptask ); 180 free( ptask );