the cur_obj would have been always dead at this point, as the textblock
was freed. This now moved the textcursor object to a previous point.
However, we could also remove the explicit cursor deletion...
Depends on D11595
Details
Details
- Reviewers
zmike - Commits
- rEFLa4d76984921e: evas_textblock_tests: do not free a text cursor here
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
It seems that this patch has no reviewers specified. If you are unsure who can review your patch, please check this wiki page and see if anyone can be added: https://phab.enlightenment.org/w/maintainers_reviewers/
Comment Actions
It always confused me why we're bothering to explicitly delete these objects given that the canvas is being deleted, but I guess if we're finding bugs doing it...