Conversation
Current Aviator status
This PR was merged manually (without Aviator). Merging manually can negatively impact the performance of the queue. Consider using Aviator next time.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
|
ASAN run for the main branch: https://github.com/igraph/rigraph/actions/runs/12274005767/job/34246019696 ASAN run for this branch: https://github.com/igraph/rigraph/actions/runs/12274094491 |
_pv destroy functions to satisfy UBSAN checks_pv destroy functions to satisfy ASAN checks
|
Both checks still fail, it's probably a different |
krlmlr
left a comment
There was a problem hiding this comment.
Thanks! You converted many more instances than I expected, but that's fine.
src/rinterface_extra.c
Outdated
| UNPROTECT(9); | ||
| } | ||
| igraph_vector_int_destroy(&news); | ||
| igraph_vector_int_destroy_pv(&news); |
There was a problem hiding this comment.
I don't think this is necessary, the igraph_vector_int_destroy() function is best here. I'll revert that part.
|
Thanks! |
Part of #1613.