Commit 017b13b
committed
fix type of S_lockcnt_dec
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_lockcnt_dec through pointer to incorrect function type 'void (*)(struct interpreter *, void *)'1 parent 5b45802 commit 017b13b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2872 | 2872 | | |
2873 | 2873 | | |
2874 | 2874 | | |
2875 | | - | |
| 2875 | + | |
2876 | 2876 | | |
2877 | 2877 | | |
2878 | 2878 | | |
| |||
0 commit comments