summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/shader_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/shader_cache.c')
-rw-r--r--video/out/gpu/shader_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gpu/shader_cache.c b/video/out/gpu/shader_cache.c
index a046831f80..3e051730fd 100644
--- a/video/out/gpu/shader_cache.c
+++ b/video/out/gpu/shader_cache.c
@@ -566,6 +566,7 @@ void gl_sc_set_cache_dir(struct gl_shader_cache *sc, char *dir)
dir = mp_find_user_file(NULL, sc->global, "cache", "");
}
sc->cache_dir = talloc_strdup(sc, dir);
+ talloc_free(dir);
}
static bool create_pass(struct gl_shader_cache *sc, struct sc_entry *entry)