diff -r a9473894c0f1 -r af3fb27c7511 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 Tue May 11 17:54:03 2010 +0300 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/src/core_operation_delete_ts.cpp Tue May 25 14:40:09 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 )