Fix the build, sorry for the noise.

This commit is contained in:
Michael Lotz
2011-12-12 15:20:48 +01:00
parent f67acc2c72
commit eb5e1c09e3
+1 -1
View File
@@ -103,7 +103,7 @@ delete_device(void * storage)
LOG(("device->addrport= 0x%x count= %ld\n",mpu_device->addrport, mpu_device->count)); LOG(("device->addrport= 0x%x count= %ld\n",mpu_device->addrport, mpu_device->count));
LOG(("delete_device: *storage:%p\n",storage)); LOG(("delete_device: *storage:%p\n",storage));
free(storage); // free the memory allocated in create_device free(mpu_device); // free the memory allocated in create_device
return B_OK; return B_OK;
} }