View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0036408 | FPC | Other | public | 2019-12-08 11:42 | 2019-12-08 21:07 |
Reporter | nomorelogic | Assigned To | Michael Van Canneyt | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 3.3.1 | ||||
Summary | 0036408: Memory leaks in ..\fpcsrc\packages\fcl-db\tests\testjsondataset.pp | ||||
Description | 1) compiling following source ..\fpcsrc\packages\fcl-db\tests\testjsondataset.pp using -gh i found some memory lacks attached a fix 2) in function Extractdata line P:=TJSONParser.Create(F); shows following warning testjsondataset.pp(19,29) Warning: Symbol "Create" is deprecated: "use options form instead" I can't figure out how fix this Thanks nomorelogic | ||||
Steps To Reproduce | coompile using -gh then run from shell | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 43663 | ||||
FPCOldBugId | |||||
FPCTarget | 3.2.0 | ||||
Attached Files |
|
|
|
|
(fixed typos in title) |
|
Thanks. Fixed memleaks in 43663. Use TJSONParser.Create(F,[]); to get rid of the warning. |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-12-08 11:42 | nomorelogic | New Issue | |
2019-12-08 11:42 | nomorelogic | File Added: testjsondataset.7z | |
2019-12-08 11:49 | Michael Van Canneyt | Assigned To | => Michael Van Canneyt |
2019-12-08 11:49 | Michael Van Canneyt | Status | new => assigned |
2019-12-08 11:51 | Sven Barth | Summary | Mamory lacks in ..\fpcsrc\packages\fcl-db\tests\testjsondataset.pp => Memory leaks in ..\fpcsrc\packages\fcl-db\tests\testjsondataset.pp |
2019-12-08 11:51 | Sven Barth | FPCTarget | => - |
2019-12-08 11:51 | Sven Barth | Note Added: 0119692 | |
2019-12-08 21:07 | Michael Van Canneyt | Status | assigned => resolved |
2019-12-08 21:07 | Michael Van Canneyt | Resolution | open => fixed |
2019-12-08 21:07 | Michael Van Canneyt | Fixed in Version | => 3.3.1 |
2019-12-08 21:07 | Michael Van Canneyt | Fixed in Revision | => 43663 |
2019-12-08 21:07 | Michael Van Canneyt | FPCTarget | - => 3.2.0 |
2019-12-08 21:07 | Michael Van Canneyt | Note Added: 0119699 |