fujuntang
2021-09-17 97428da8d339d3d0c4d00aa328d76a32c7858412
Fix the memory leakage.
1个文件已修改
1 ■■■■ 已修改文件
src/socket/bus_server_socket.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/socket/bus_server_socket.cpp
@@ -849,6 +849,7 @@
    shm_sendto(shm_socket, last_buf, temp + sizeof(int), key, &timeout, BUS_TIMEOUT_FLAG);
    free(last_buf);
  }
}