Merge pull request #61 from ZhihengCV/master

solve the memory leak problem of web-demo
This commit is contained in:
Brandon Amos 2015-11-28 00:21:38 -05:00
commit 98002816f8
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ class OpenFaceServerProtocol(WebSocketServerProtocol):
"type": "ANNOTATED",
"content": content
}
plt.close()
self.sendMessage(json.dumps(msg))
if __name__ == '__main__':