Difference between revisions of "BTP300B A2 Team 7 Bugs Report"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'bug/change report [02/11/2013]: - fixed issue with memory leak caused re-declaring member variables in the definition (.cpp file) - fixed issue with incorrect display of frame by')
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
bug/change report [02/5/2013]:
 +
* changed passing argument to release function to memory address of coveredArea
 +
 
bug/change report [02/11/2013]:
 
bug/change report [02/11/2013]:
- fixed issue with memory leak caused re-declaring member variables in the definition (.cpp file)
+
* fixed issue with memory leak caused re-declaring member variables in the definition (.cpp file)
- fixed issue with incorrect display of frame by
+
* fixed issue with incorrect display of frame by re-positioning the bottom frame
 +
* changed pointer coveredArea to type CFrame type
 +
 
 +
bug/change report [20/11/2013]:
 +
* created CField class

Latest revision as of 18:31, 20 November 2013

bug/change report [02/5/2013]:

  • changed passing argument to release function to memory address of coveredArea

bug/change report [02/11/2013]:

  • fixed issue with memory leak caused re-declaring member variables in the definition (.cpp file)
  • fixed issue with incorrect display of frame by re-positioning the bottom frame
  • changed pointer coveredArea to type CFrame type

bug/change report [20/11/2013]:

  • created CField class