Skip to content

Commit 3980a91

Browse files
committed
memleak tests
svn path=/trunk/matplotlib/; revision=548
1 parent ea8c798 commit 3980a91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unit/memleak_hawaii3.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def report_memory(i):
3131
pcolor(10*rand(50,50))
3232

3333
#savefig('tmp%d' % i, dpi = 75)
34-
fd = file('tmp%d' % i, 'wb')
35-
savefig(fd, dpi = 75)
36-
fd.close()
34+
#fd = file('tmp%d' % i, 'wb')
35+
#savefig(fd, dpi = 75)
36+
#fd.close()
3737
close(1)
3838

3939

0 commit comments

Comments
 (0)