Fix the memory leakage.
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); } }