@@ -815,7 +815,7 @@ void bluetoothStop()
815815 bluetoothSerialSpp->disconnect (); // Drop any clients
816816 bluetoothSerialSpp->register_callback (nullptr );
817817 bluetoothSerialSpp->end (); // Release resources
818- // bluetoothSerialSpp->memrelease(); // Release memory
818+ bluetoothSerialSpp->memrelease (); // Release memory
819819 // delete bluetoothSerialSpp;
820820 // bluetoothSerialSpp = nullptr;
821821
@@ -827,7 +827,7 @@ void bluetoothStop()
827827 bluetoothSerialSpp->disconnect (); // Drop any clients
828828 bluetoothSerialSpp->register_callback (nullptr );
829829 bluetoothSerialSpp->end (); // Release resources
830- // bluetoothSerialSpp->memrelease(); // Release memory
830+ bluetoothSerialSpp->memrelease (); // Release memory
831831 // delete bluetoothSerialSpp;
832832 // bluetoothSerialSpp = nullptr;
833833 }
@@ -853,7 +853,7 @@ void bluetoothStop()
853853 bluetoothSerialSpp->disconnect (); // Drop any clients
854854 bluetoothSerialSpp->register_callback (nullptr );
855855 bluetoothSerialSpp->end (); // Release resources
856- // bluetoothSerialSpp->memrelease(); // Release memory
856+ bluetoothSerialSpp->memrelease (); // Release memory
857857 // delete bluetoothSerialSpp;
858858 // bluetoothSerialSpp = nullptr;
859859 }
0 commit comments