Browse Source

Merge branch 'master' into reorder

Con Kolivas 14 years ago
parent
commit
9566a93372
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ocl.c

+ 3 - 0
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);