-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix double delete in multipart files, check logic in others
Multipart files have a Data object that automatically cleans up it's stream if appropriate, the other file objects have the destructor of the file object perform the delete (instead of Data). This causes a double delete to happen in MultiPart objects when unable to open a stream. Additionally, fix tabs / spaces to just be spaces Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
- v3.3.2
- v3.3.2-rc4
- v3.3.2-rc3
- v3.3.2-rc2
- v3.3.2-rc
- v3.3.1
- v3.3.1-rc
- v3.3.0
- v3.3.0-rc2
- v3.3.0-rc1
- v3.3.0-rc
- v3.2.4
- v3.2.4-rc2
- v3.2.4-rc
- v3.2.3
- v3.2.3-rc2
- v3.2.3-rc
- v3.2.2
- v3.2.2-rc2
- v3.2.2-rc
- v3.2.1
- v3.2.1-rc
- v3.2.0
- v3.2.0-rc4
- v3.2.0-rc3
- v3.2.0-rc2
- v3.2.0-rc
- v3.1.13
- v3.1.13-rc
- v3.1.12
- v3.1.12-rc4
- v3.1.12-rc3
- v3.1.12-rc2
- v3.1.12-rc
- v3.1.11
- v3.1.11-rc
- v3.1.10
- v3.1.10-rc
- v3.1.9
- v3.1.9-rc3
- v3.1.9-rc2
- v3.1.9-rc
- v3.1.8
- v3.1.8-rc5
- v3.1.8-rc4
- v3.1.8-rc3
- v3.1.8-rc2
- v3.1.8-rc
- v3.1.7
- v3.1.7-rc
- v3.1.6
- v3.1.6-rc
- v3.1.5
- v3.1.5-rc
- v3.1.4
- v3.1.4-rc
- v3.1.3
- v3.1.3-rc
- v3.1.2
- v3.1.2-rc2
- v3.1.2-rc
- v3.1.1
- v3.1.1-rc
- v3.1.0
- v3.1.0-rc1
- v3.0.5
- v3.0.5-rc2
- v3.0.5-rc1
- v3.0.4
- v3.0.4-rc1
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.1-beta
- v3.0.0-beta
- v2.5.10
- v2.5.10-rc
- v2.5.9
- v2.5.8
- v2.5.8-rc
- v2.5.7
- v2.5.7-rc1
- v2.5.6
- v2.5.5
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.4.0-beta.1
- v2.3.0
1 parent
c246315
commit da96e37
Showing
5 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters