This commit is contained in:
Steven Robertson 2012-03-18 17:29:34 -07:00
parent 460387ef91
commit 5d3b290c43

View File

@ -91,7 +91,7 @@ class Framebuffers(object):
if stream is not None:
stream.synchronize()
else:
cu
cuda.Context.synchronize()
for p in (self.d_front, self.d_back, self.d_side):
if p is not None:
p.free()