From ec16b101e315312ce413f4bb9f7a5de5e993fcaf Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 15 May 2015 21:15:52 +0000 Subject: Tox: - temporary disabled multimedia abilities - fixed file sending - fixed avatar changing - updated tox core - version bumb git-svn-id: http://svn.miranda-ng.org/main/trunk@13610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_transfer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/Tox/src/tox_transfer.h') diff --git a/protocols/Tox/src/tox_transfer.h b/protocols/Tox/src/tox_transfer.h index 12d651339a..110fe4ab65 100644 --- a/protocols/Tox/src/tox_transfer.h +++ b/protocols/Tox/src/tox_transfer.h @@ -51,9 +51,7 @@ struct FileTransferParam ~FileTransferParam() { if (pfts.tszWorkingDir != NULL) - { mir_free(pfts.tszWorkingDir); - } mir_free(pfts.pszFiles[0]); mir_free(pfts.pszFiles); if (hFile != NULL) -- cgit v1.2.3