Fixed STKHttpDataSource not copying urlProvider block
This commit is contained in:
parent
c9ba30b692
commit
3563fb7ea1
|
|
@ -66,7 +66,7 @@
|
|||
relativePosition = 0;
|
||||
fileLength = -1;
|
||||
|
||||
self->urlProvider = urlProviderIn;
|
||||
self->urlProvider = [urlProviderIn copy];
|
||||
|
||||
[self open];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue