Prevent SocketStream to be freed twice

In cases when RenderThread failed to start, RenderServer would free the
stream first and then the thread. However, the thread itself also attemps to
free the stream and this caused a crash of the emulator in some corner
cases.

Change-Id: I2e508c37ab0a09c9261b30e59072bf1a44982dfe
1 file changed