Code

frontend: Fixed a memory leak in the connection context handler.
authorSebastian Harl <sh@tokkee.org>
Fri, 11 Apr 2014 07:13:55 +0000 (09:13 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 11 Apr 2014 07:13:55 +0000 (09:13 +0200)
commit1913e0c2281b514d1f38559bd2b88dc5c92d4efc
tree258fe376627143f744fe986f0467802ae7774d25
parent72a63cfb0e65bb575889b8dbee6648cafd6a52f2
frontend: Fixed a memory leak in the connection context handler.

Previously, the ownership was not taken away from the thread-specific data
aftter removing the connection from the current context, thus leaking each
connection object.
src/frontend/connection.c