diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-15 11:23:15 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-15 15:39:36 +1000 |
commit | a498ab90fbad872c36900a86fe7ccada64c3c4a7 (patch) | |
tree | 476e0640709f1515c21da466a874b012576683be /source4/script | |
parent | 0212800de8c6367c9da7939fc43a1fa23c7da2bf (diff) | |
download | samba-a498ab90fbad872c36900a86fe7ccada64c3c4a7.tar.gz samba-a498ab90fbad872c36900a86fe7ccada64c3c4a7.tar.bz2 samba-a498ab90fbad872c36900a86fe7ccada64c3c4a7.zip |
s4-rpc: fixed double free in RPC proxy
the unbind method is only called when the dcesrv_connection_context is
being destroyed (its called from the destructor). That means that priv
is either already free, or is about to be freed, so don't free it
again
Diffstat (limited to 'source4/script')
0 files changed, 0 insertions, 0 deletions