summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wolff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wolff.c b/src/wolff.c
index d577b00..67c05a5 100644
--- a/src/wolff.c
+++ b/src/wolff.c
@@ -182,6 +182,7 @@ int main(int argc, char *argv[]) {
free(s);
free(H);
graph_free(h);
+ gsl_rng_free(r);
return 0;
}