-
bar@mysql.com authored
The bug was that the function allocates 'a', then changes the value of 'a' with the operator ++, and then tries to free 'a'!
8a2ef0a2
The bug was that the function allocates 'a', then changes the value of 'a' with the operator ++, and then tries to free 'a'!