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 #1

Updated by Felix Tiede almost 12 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 40
Actions #2

Updated by Felix Tiede almost 12 years ago

  • % Done changed from 40 to 80
Actions #3

Updated by Felix Tiede almost 12 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 80 to 100
Actions

Also available in: Atom PDF