diff -r a0fdcd0e4c56 -r 7d966ab5304a wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_delete_ts.cpp --- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_delete_ts.cpp Fri Jun 04 12:12:29 2010 +0300 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_delete_ts.cpp Fri Jun 18 09:56:50 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 8 % +* %version: 9 % */ #include "core_operation_delete_ts.h" @@ -121,6 +121,7 @@ * Delete the virtual traffic stream. */ virtual_ts_iter.remove(); + virtual_stream = NULL; /** * Locate the actual traffic stream based on the TID. @@ -279,6 +280,7 @@ * Delete the actual traffic stream. */ ts_iter.remove(); + stream = NULL; if( direction == core_traffic_stream_direction_uplink || direction == core_traffic_stream_direction_bidirectional )