Skip to content

Commit

Permalink
free memory
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Nov 11, 2020
1 parent dcccbdd commit 9cde718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ int * getFreeGpuList(int *numFree) {
}
}
*numFree = count;
free(gpuList);
return gpuList;
}

0 comments on commit 9cde718

Please sign in to comment.