aboutsummaryrefslogtreecommitdiff
path: root/trampoline.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-23 23:41:13 +1300
committerDavid Phillips <david@sighup.nz>2017-02-23 23:41:13 +1300
commita9bf354fc6c53ce39c1af51902e15e86d42369bc (patch)
tree6489e7d7a640e45f344ebbb98fc13bddd9dee3bb /trampoline.c
parent5b1c35bd427a12ea39443142bf4540242a022963 (diff)
downloadfractal-gen-opencl-a9bf354fc6c53ce39c1af51902e15e86d42369bc.tar.xz
Add missing free()s
Diffstat (limited to 'trampoline.c')
-rw-r--r--trampoline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trampoline.c b/trampoline.c
index fd0af52..3759adf 100644
--- a/trampoline.c
+++ b/trampoline.c
@@ -113,7 +113,7 @@ int select_platform(const char *preferred_platform)
platform = platforms[0];
}
-
+ free(platforms);
return 0;
}