Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#763 closed Defect (fixed)

Memory leak in DbConn::count()

Reported by: Thyme Lawn Owned by: davea
Priority: Major Milestone: Undetermined
Component: Web - Project Version: 6.2.19
Keywords: PHP Cc:

Description

DbConn::count() leaks memory because it returns before calling mysql_free_result().

Attachments (1)

db_conn.patch (587 bytes) - added by Thyme Lawn 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Thyme Lawn

Attachment: db_conn.patch added

comment:1 Changed 15 years ago by davea

Resolution: fixed
Status: newclosed

(In [16389]) - web: free result in count(). Fixes #763

Note: See TracTickets for help on using tickets.