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
Fix for Bug#18181656 PSET_DESTROY() CALLED WITH INCORRECT ARGUMENT
When compiled for Solaris, pset_destroy() was called with
a 'psetid_t*' argument, instead of a 'psetid_t'.
This patch also removes some obsolete typecasts to 'void*'
and 'char*' when calling free(void*) and NdbMem_Free(void*)
0 commit comments