View Issue Details

IDProjectCategoryView StatusLast Update
0001236Ecere SDKecerepublic2021-02-25 00:28
Reporterqduong99 Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status newResolutionopen 
Summary0001236: ProcessingInput.value.OnFree() does NOT clear actual value inside input; but it should
DescriptionExample:
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
  
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-12-28 14:30 qduong99 New Issue