View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001236 | Ecere SDK | ecere | public | 2020-12-28 14:30 | 2021-02-25 00:28 |
| Reporter | qduong99 | Assigned To | |||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0001236: ProcessingInput.value.OnFree() does NOT clear actual value inside input; but it should | ||||
| Description | Example: ProcessingInput input; input.value = { type = { text, mustFree = true }, s = CopyString("someString") }; input.value.OnFree(); // this call does NOT clear actual value inside input.value = { }; // this line is a work-around solution in order to clear value inside; but it should be necessary to have this line once // this issue is fixed | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-12-28 14:30 | qduong99 | New Issue |