diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/iphone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iphone.c b/src/iphone.c index 91a9f50..cf53310 100644 --- a/src/iphone.c +++ b/src/iphone.c | |||
| @@ -39,6 +39,7 @@ iPhone *get_iPhone() { | |||
| 39 | // initialize the struct | 39 | // initialize the struct |
| 40 | phone->device = NULL; | 40 | phone->device = NULL; |
| 41 | phone->__device = NULL; | 41 | phone->__device = NULL; |
| 42 | phone->buffer = NULL; | ||
| 42 | 43 | ||
| 43 | // Initialize libusb. | 44 | // Initialize libusb. |
| 44 | usb_init(); | 45 | usb_init(); |
