To ensure initialize all fields of Ecore_Event_Mouse_XXX,
use calloc() instead of malloc().
Details
Details
N/A
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Branch
- work
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 1773 Build 1838: arc lint + arc unit
Comment Actions
The same job about Ecore_Event_Key is already done.
https://git.enlightenment.org/core/efl.git/commit/?id=0ef41604e88b8a8224818824217ebc09c93789d5
Now, we ensure that all fields in Ecore_Event_XXX(Mouse/Key) will be properly initialized.