ubloxd free->delete, fixes #1742

old-commit-hash: 9e273eb2ec
commatwo_master
Willem Melching 5 years ago
parent 309bb796cd
commit 42f153e4e4
  1. 2
      selfdrive/locationd/ubloxd_main.cc

@ -104,7 +104,7 @@ int ubloxd_main(poll_ubloxraw_msg_func poll_func, send_gps_event_func send_func)
}
bytes_consumed += bytes_consumed_this_time;
}
free(msg);
delete msg;
}
delete subscriber;

Loading…
Cancel
Save