diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-11 21:19:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-11 21:19:14 +0000 |
commit | 4799a349a92828eb8f4f1c4735828e977a984f75 (patch) | |
tree | f944412ba9dadb6e2775dcd1b6c4f92abaaa5b8c /plugins | |
parent | 5a78cf645360b46753e4eed4fa12804d0188fffc (diff) |
one another endless cycle :)
git-svn-id: http://svn.miranda-ng.org/main/trunk@13559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Dropbox/src/file_transfer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/file_transfer.h b/plugins/Dropbox/src/file_transfer.h index 04a0e8c8f8..3def765d3e 100644 --- a/plugins/Dropbox/src/file_transfer.h +++ b/plugins/Dropbox/src/file_transfer.h @@ -71,7 +71,7 @@ struct FileTransferParam mir_free(pwszFolders);
}
- for (int i = 0; urlList.getCount(); i++)
+ for (int i = 0; i < urlList.getCount(); i++)
mir_free(urlList[i]);
urlList.destroy();
}
|