diff --git a/x/rank/cuda/rank.cu b/x/rank/cuda/rank.cu index ce7aea3b..e4840af5 100644 --- a/x/rank/cuda/rank.cu +++ b/x/rank/cuda/rank.cu @@ -390,6 +390,9 @@ extern "C" { cudaMemcpy(rank, d_rank, cidsSize * sizeof(double), cudaMemcpyDeviceToHost); /*-------------------------------------------------------------------*/ + free(inLinksStartIndex); + free(outLinksStartIndex); + free(compressedInLinksCount); cudaFree(d_rank); cudaFree(d_prevRank);