Bug #2067
librados: we leak CephContext from rados_create()
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
librados
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
History
#1 Updated by Sage Weil over 11 years ago
- Priority changed from Normal to High
#2 Updated by Sage Weil over 11 years ago
- Priority changed from High to Normal
#3 Updated by Sage Weil about 11 years ago
librados does not destroy the CephContext created in rados_create() in rados_destroy() (or the c++ equivalents). This is partly because the cct is not refcounted; see #2766.
#4 Updated by Sage Weil about 11 years ago
- Status changed from New to Resolved