diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2015-06-01 09:29:38 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2015-06-01 09:29:38 -0400 |
commit | 608ac56837c7577a32ad072baf9006208d6e28cb (patch) | |
tree | 1d1176b50e7067daad45e31211f8e82d589010ba /gpsd.c | |
parent | 25a4dfb07f31a24e7ce09e8489eaf3f0a5dafa08 (diff) | |
download | gpsd-608ac56837c7577a32ad072baf9006208d6e28cb.tar.gz |
Add a FIXME comment abot the emergency fix.
Diffstat (limited to 'gpsd.c')
-rw-r--r-- | gpsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -950,6 +950,7 @@ static bool awaken(struct gps_device_t *device) gpsd_log(&context.errout, LOG_ERROR, "%s: activation failed, freeing device\n", device->gpsdata.dev.path); + /* FIXME: works around a crash bug, but prevents retries */ free_device(device); return false; } else { |