mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1104742 - Marionette runner should cleanup marionette objects when gc'ed, r=AutomatedTester
--HG-- extra : rebase_source : 8a869167794d3bb439d167f4d29ceb8c820a5ebf
This commit is contained in:
parent
3a97f29d06
commit
7cf8491887
@ -942,6 +942,9 @@ setReq.onerror = function() {
|
||||
if self.httpd:
|
||||
self.httpd.stop()
|
||||
|
||||
if self.marionette:
|
||||
self.marionette.cleanup()
|
||||
|
||||
__del__ = cleanup
|
||||
|
||||
def generate_xml(self, results_list):
|
||||
|
Loading…
Reference in New Issue
Block a user