diff options
Diffstat (limited to 'connection.c')
| -rw-r--r-- | connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connection.c b/connection.c index d83e9ac..7837dbb 100644 --- a/connection.c +++ b/connection.c @@ -556,6 +556,7 @@ CC_clear_col_info(ConnectionClass *self, BOOL destroy) /* Going through COL_INFO cache table and releasing coli objects. */ if (coli = self->col_info[i], NULL != coli) { + MYLOG(0, "!!!refcnt %p:%d -> %d\n", coli, coli->refcnt, coli->refcnt - 1); coli->refcnt--; if (coli->refcnt <= 0) { |
