Skip to content

Commit

Permalink
Correctly shut down github status on stopService
Browse files Browse the repository at this point in the history
Fixes #2704
  • Loading branch information
liucougar authored and djmitche committed Mar 1, 2014
1 parent d22728a commit ba36ec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions master/buildbot/status/github.py
Expand Up @@ -66,6 +66,10 @@ def startService(self):
self._status = self.parent.getStatus()
self._status.subscribe(self)

def stopService(self):
StatusReceiverMultiService.stopService(self)
self._status.unsubscribe(self)

def builderAdded(self, name, builder):
"""
Subscribe to all builders.
Expand Down

0 comments on commit ba36ec5

Please sign in to comment.