ssss

Fork of MPU6050 by Simon Garfieldsg

Files at this revision

API Documentation at this revision

Comitter:
gokmenascioglu
Date:
Mon Sep 19 21:34:43 2016 +0000
Parent:
0:662207e34fba
Commit message:
asas

Changed in this revision

I2Cdev.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/I2Cdev.cpp	Fri Jan 11 00:54:28 2013 +0000
+++ b/I2Cdev.cpp	Mon Sep 19 21:34:43 2016 +0000
@@ -137,6 +137,7 @@
     for(int i =0; i < length; i++) {
         data[i] = redData[i];
     }
+    free(redData);
     return length;
 }