Skip to content

Commit

Permalink
clear proxies after browsers are closed
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Feb 17, 2010
1 parent ac60409 commit 6c7910b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/culerity/celerity_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def new_browser(options, number = nil)
def close_browsers
@browsers.each { |browser| browser.close }
@browsers = []
@proxies = {}
end

def browser(number)
Expand Down

0 comments on commit 6c7910b

Please sign in to comment.