Actions
Bug #86
closedValgrind reports mismatched delete in exception classes.
Description
Since all exception local member Private::*func is const and only read throughout lifetime of an instance copying and subsequently deleting or free()'ing the string is unnecessary.
This is only an implementation issue and does not change API or ABI, so can be solved in the next bugfix release.
Updated by Felix Tiede almost 12 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Applied in changeset libkca_ossl|513c3fd55ec6ef6984643229c463802f530cc09d.
Updated by Felix Tiede almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Applied in changeset libkca_ossl|285556e942c5c3a432eaa75bfc5d61f5b7557799.
Actions