mcdermj / buster

Buster D-Star Reflector Client for MacOS X
Other
15 stars 7 forks source link

Fix bug with geocoding #7

Closed mcdermj closed 8 years ago

mcdermj commented 8 years ago

Fixes a bug where the geocode results would not properly show up in the heard list.

mcdermj commented 8 years ago

The callback block was executing against a variable that would already be freed by the time it got to it and certainly wouldn't update the table. Made the block look up the proper QSO in the heard list again to fix the issue.