Actions
Bug #85
closedConsistency in free()'ing pointers returned by *::handle().
Description
Some pointers returned by *::handle() have to be free()'d (f.ex. Extension::handle()) while others need to be kept. For consistency all returned pointers should either need free()'ing or should at least be returned as const pointers to make clear whether or not they can be touched and need free()'ing after use.
Updated by Felix Tiede almost 12 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 40
Applied in changeset libkca_ossl|3cb8ee328bb0316d7d19dffa4d31e6a1140d4301.
Updated by Felix Tiede almost 12 years ago
- % Done changed from 40 to 80
Applied in changeset libkca_ossl|de2e0bb8f37bc9ec17059c7b1827677c7942456c.
Updated by Felix Tiede almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
Applied in changeset libkca_ossl|e43208be789bcd3694e12547c951301c1c28031f.
Actions