OSDN Git Service

Fix segfault when a record is updated.
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Tue, 21 Jul 2009 16:40:06 +0000 (13:40 -0300)
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Tue, 21 Jul 2009 16:40:06 +0000 (13:40 -0300)
commit8c677a559dbaa7c9b53fea05f91081c05244ec1f
treeb0f6704605a6fbfba72ac863e8a7fb6a623f4d57
parentedbe0ace7b9e4c8afe0e61bb66b9dd77385ddfa3
Fix segfault when a record is updated.

Current code is freeing the new record when it shouldn't as the memory is
reused by extract_pdu_server.
src/sdpd-service.c