watchdog (currently not used) - fix alloc of right sized ping buf

This commit is contained in:
Carsten Haitzler 2022-06-08 11:48:13 +01:00
parent bc15cd91e8
commit 9b0379693d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ _cb_watchdog_thread_pingpong(void *data EINA_UNUSED, Ecore_Thread *thread)
while (!ecore_thread_check(thread))
{
// send ping
seq_new = malloc(sizeof(unsigned long));
seq_new = malloc(sizeof(unsigned long long));
if (seq_new)
{
seq++;