WPS: Cleanup subscription URL list handling
authorJouni Malinen <j@w1.fi>
Sat, 21 Nov 2009 16:06:02 +0000 (18:06 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 21 Nov 2009 16:06:02 +0000 (18:06 +0200)
commit3f6dc111ff509348a92bff8bbfa2b27f3101315a
tree4d3c4f22ac9b81df523bb04a3cd940938a6aafb3
parentec72bd0c77ca2e4a778d2962a81a00f41e6b6386
WPS: Cleanup subscription URL list handling

Do not give the allocated memory to the subscription code since it was
not using it as-is anyway. This makes it easier to understand who owns
the allocation an is responsible of freeing it. This may potentially
fix some memory leaks on error paths.
src/wps/wps_upnp.c
src/wps/wps_upnp_i.h
src/wps/wps_upnp_web.c