Fix the build, sorry for the noise.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user