You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This casue this warning in the undefined-behaviour santitizer test:
```
adlist.c:63:25: runtime error: call to function sdsfree through pointer to incorrect function type 'void (*)(void *)'
/home/runner/work/valkey/valkey/src/sds.c:205: note: sdsfree defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior adlist.c:63:25
```
Signed-off-by: Binbin <[email protected]>
0 commit comments