Added unbind texture to samples and tests

[ROCm/hip-tests commit: fc776424a0]
Этот коммит содержится в:
Anusha Godavarthy Surya
2019-10-15 11:34:15 +05:30
родитель 215a715fb1
Коммит 1f1da0afa7
+1
Просмотреть файл
@@ -124,6 +124,7 @@ bool runTest(int argc, char** argv) {
}
}
}
hipUnbindTexture(tex);
hipFree(dData);
hipFreeArray(array);
return true;