]> git.mxchange.org Git - flightgear.git/commit
- move data structure allocation into constructor (it doesn't belong
authorcurt <curt>
Wed, 11 Jul 2001 18:54:50 +0000 (18:54 +0000)
committercurt <curt>
Wed, 11 Jul 2001 18:54:50 +0000 (18:54 +0000)
commitb338698c79f227a76994608b9bc6e54bedbfaaf2
tree1ee6546b5f085e51bf9e8e4517bee11361fcea6d
parent4b23576df1d428fc90c9a653d3dde063e32682e5
- move data structure allocation into constructor (it doesn't belong
  in init)
- free data structures in destructor
- ensure that interpolation tables are allocated before any searching
  is done; otherwise, starting at some locations (such as CYYZ) causes
  a segfault
src/Cockpit/radiostack.cxx
src/Cockpit/radiostack.hxx