igraph / rigraph

igraph R package
https://r.igraph.org
532 stars 200 forks source link

fix: fixed potential memory leak in `R_igraph_community_to_membership2()` #1367

Closed szhorvat closed 1 month ago

szhorvat commented 1 month ago

Fixes #1362

aviator-app[bot] commented 1 month ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


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.
aviator-app[bot] commented 1 month ago

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the blocked label and re-queue the pull request. Note that the pull request will be automatically re-queued if it has the mergequeue label.

Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts).

szhorvat commented 1 month ago

@krlmlr Why is Aviator unhappy here?

krlmlr commented 1 month ago

No idea, I've seen this again and again. Manually rebasing with GitHub usually does the trick.

krlmlr commented 1 month ago

Thanks!