src/socket/dmod_socket.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/socket/dmod_socket.c
@@ -76,12 +76,12 @@ if(bus_set != NULL) { for(auto bus_iter = bus_set->begin(); bus_iter != bus_set->end(); bus_iter++) { // printf("DModSocket desub_timeout before"); // desub_timeout(NULL, 0, *bus_iter, &timeout); desub_timeout(NULL, 0, *bus_iter, &timeout); // printf("DModSocket desub_timeout after %d\n", *bus_iter); } delete bus_set; } // printf("DModSocket destory 2\n"); if(topic_sub_map != NULL) { for (map_iter = topic_sub_map->begin(); map_iter != topic_sub_map->end(); map_iter++) {