separate memory cleanup from PPP shutdown
authorKristen Carlson Accardi <kristen@linux.intel.com>
Thu, 25 Mar 2010 04:41:54 +0000 (21:41 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 25 Mar 2010 13:50:10 +0000 (06:50 -0700)
commitf720a27a1f41c9fe8f079df5252f5535ad6338f4
treeaec6ed7ef83289516201e4f56cb01d55fc9c3c7a
parent06ae2b2c9879cfdc10d38cc4fbd83e32f1c79986
separate memory cleanup from PPP shutdown

don't free memory at PPP shutdown, because we need to be able to
send terminate traffic.  Free memory when we have reached the
PPP_DEAD phase instead.
gatchat/gatppp.c
gatchat/ppp.c