commit | 8a51fe8d177a42fe60d9db59485bc71eeb5e3cc7 | [log] [tgz] |
---|---|---|
author | Benjamin Prosnitz <bprosnitz@google.com> | Thu Oct 16 13:05:14 2014 -0700 |
committer | Benjamin Prosnitz <bprosnitz@google.com> | Thu Oct 16 13:05:17 2014 -0700 |
tree | 9189a2a8090897b9fcf2eef2aa2147090baefe1f | |
parent | f3c61a36e52d023f1de964d8865c021e386f616e [diff] [blame] |
wspr/nacl: Fixes to get nacl working with wspr with new tests Change-Id: I3fffe4bd670e3b7607434fdef0f13db7a0ab4664
diff --git a/services/wsprd/app/app.go b/services/wsprd/app/app.go index 47ea6a5..c1e404a 100644 --- a/services/wsprd/app/app.go +++ b/services/wsprd/app/app.go
@@ -282,6 +282,8 @@ for _, server := range c.servers { server.Stop() } + + c.RT().Cleanup() } func (c *Controller) setup() {