Project

General

Profile

Actions

Bug #85

closed

Consistency in free()'ing pointers returned by *::handle().

Added by Felix Tiede almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
12/13/2013
Due date:
12/15/2013
% Done:

100%

Estimated time:
2:00 h
Spent time:

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.

Actions

Also available in: Atom PDF