Skip to content

Commit

Permalink
[centrality] fixed betweennessCentrality.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bedupako12mas committed Aug 13, 2024
1 parent e176faf commit addad85
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/metrics/betweennessCentrality.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,8 @@ process(
(*result_count) = 0;
}

pgr_global_report(log_msg, notice_msg, err_msg);
pgr_global_report(&log_msg, &notice_msg, &err_msg);


if (log_msg) pfree(log_msg);
if (notice_msg) pfree(notice_msg);
if (err_msg) pfree(err_msg);
pgr_SPI_finish();
}

Expand Down

0 comments on commit addad85

Please sign in to comment.