mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Fix SEGV on delete first activity
.. the RideFile::data member is used by the ride editor and was deleted when a ridfefile is deleted, but we have no way of telling the editor. .. now doesn't delete, which is a small memory leak.
This commit is contained in:
@@ -40,7 +40,7 @@ static DeviceType SupportedDevices[] =
|
||||
":images/devices/garminusb.png" },
|
||||
#endif
|
||||
#ifdef GC_HAVE_WFAPI
|
||||
#if 0
|
||||
#if 0 //!!! Deferred until v3.1 or as an update to v3.0 when Wahoo support ANT+
|
||||
{ DEV_BT40, DEV_BTLE, (char *) "Bluetooth 4.0", true, false,
|
||||
"Bluetooth Low Energy devices such as KK Inride, Stages PM, Blue HR and Blue SC",
|
||||
":images/devices/btle.png" },
|
||||
|
||||
Reference in New Issue
Block a user