#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)
Change History (2)
Changed 16 years ago by
Attachment: | db_conn.patch added |
---|
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [16389]) - web: free result in count(). Fixes #763