jiridanek commented on a change in pull request #1135:
URL: https://github.com/apache/qpid-dispatch/pull/1135#discussion_r615353315
##########
File path: src/alloc_pool.c
##########
@@ -495,7 +498,7 @@ void qd_dealloc(qd_alloc_type_desc_t *desc, qd_alloc_pool_t
**tpool, char *p)
// If there's a global_free_list size limit, remove items until the limit
is
// not exceeded.
//
- if (desc->config->global_free_list_max != 0) {
+ if (desc->config->global_free_list_max != -1) {
Review comment:
0 used to mean "unlimited". I need 0 to mean 0.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]