Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#11074 closed defect (bug) (fixed)

SimplePie and memory leaks

Reported by: arena's profile arena Owned by: arena's profile arena
Milestone: 2.9 Priority: high
Severity: major Version: 2.9
Component: Feeds Keywords: has-patch tested
Focuses: Cc:

Description

Apply SimplePie guidelines to avoid memory leaks

see

http://simplepie.org/wiki/reference/simplepie/destruct

Attachments (2)

11074.patch (3.2 KB) - added by arena 15 years ago.
11074.2.patch (3.2 KB) - added by scribu 15 years ago.
prevent fatal error

Download all attachments as: .zip

Change History (7)

@arena
15 years ago

#1 @arena
15 years ago

  • Keywords has-patch needs-testing removed

On plugins DashBoard Widget, noticed :

Fatal error: Call to undefined method WP_Error::destruct() in C:\Vn\wptest\wp-admin\includes\dashboard.php on line 837

#2 @arena
15 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

#3 @scribu
15 years ago

  • Keywords needs-patch added
  • Resolution wontfix deleted
  • Status changed from closed to reopened

@scribu
15 years ago

prevent fatal error

#4 @scribu
15 years ago

  • Keywords has-patch tested added; needs-patch removed

#5 @ryan
15 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [12193]) Force destruction of SimplePie objects for versions of PHP that don't release memory properly. Props arena, scribu. fixes #11074

Note: See TracTickets for help on using tickets.