Merge branch 'master' into reorder
diff --git a/ocl.c b/ocl.c
index 7e16f60..4e3b341 100644
--- a/ocl.c
+++ b/ocl.c
@@ -600,6 +600,9 @@ build:
applog(LOG_ERR, "Error: Retaining Program (clRetainProgram)");
return NULL;
}
+
+ /* Program needs to be rebuilt */
+ prog_built = false;
}
free(source);