Actions
Bug #6543
closedMemory leak in uu_avl_pool_destroy
Start date:
2016-01-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
A memory leak exists in uu_avl_pool_destroy: pthread_mutex_init (called by uu_avl_pool_create) without a corresponding pthread_mutex_destroy. It shows up, among other places, when doing "zfs list".
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit c33daa8a12c00116c8a2c9e33f05c08a53937de3
commit c33daa8a12c00116c8a2c9e33f05c08a53937de3 Author: Alan Somers <asomers@gmail.com> Date: 2016-01-06T21:11:32.000Z 6543 Memory leak in uu_avl_pool_destroy Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Robert Mustacci <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions