Commit da3c66b
committed
fix type of S_free_codeblocks
SAVEDESTRUCTOR_X needs a function of type 'void (pTHX_ void *)' exactly.
Should fix this ASan error:
scope.c:1543:13: runtime error: call to function S_free_codeblocks through pointer to incorrect function type 'void (*)(struct interpreter *, void *)'1 parent 7afcfcc commit da3c66b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
| 490 | + | |
490 | 491 | | |
491 | 492 | | |
492 | 493 | | |
| |||
0 commit comments