Browse Source

Merge pull request #456 from jl777/spvdex

queue_loop latency reduction
etomic
jl777 7 years ago
committed by GitHub
parent
commit
115d28e27a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      iguana/exchanges/LP_network.c

1
iguana/exchanges/LP_network.c

@ -356,6 +356,7 @@ void queue_loop(void *arg)
portable_mutex_unlock(&LP_networkmutex); portable_mutex_unlock(&LP_networkmutex);
free(ptr); free(ptr);
ptr = 0; ptr = 0;
break;
} }
} }
if ( arg == 0 ) if ( arg == 0 )

Loading…
Cancel
Save