s4-smbd: fix crash in notify code on client termination
commitf69135e0e985200d62d4618b742bd642ecfdbf31
authorAndrew Tridgell <tridge@samba.org>
Sat, 13 Feb 2010 12:09:59 +0000 (13 23:09 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 13 Feb 2010 12:12:29 +0000 (13 23:12 +1100)
tree605e030219030b959c1dfc111012a27dad213658
parentda86f08605f8ec9fa6d3e1c122ec47309deef994
s4-smbd: fix crash in notify code on client termination

We need to free the lp_ctx after we free the event context, otherwise
the teardown code in the notify backend dies when it tries to use the
iconv_convenience ptr

Fixes bug 7053
source4/smbd/process_standard.c