Skip to content

Commit

Permalink
Update to libdeflate v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePineiro authored Apr 26, 2020
1 parent 01b96ac commit ebe166a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions LittleZip/LittleZip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ public void AddBuffer(byte[] inBuffer, string filenameInZip, DateTime modifyTime
catch (Exception ex) { throw new Exception(ex.Message + "\r\nIn LittleZip.AddBuffer"); }
}


/// <summary>
/// Updates central directory and close the Zip storage
/// </summary>
Expand Down Expand Up @@ -560,7 +559,7 @@ private void ReadFileInfo(Stream zipFileStream)
/// </summary>
public void Dispose()
{
this.Close();
Close();
GC.Collect();
}
#endregion
Expand Down
3 changes: 0 additions & 3 deletions LittleZip/LittleZipTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
Expand Down
Binary file modified LittleZip/bin/Release/LittleZipTest.exe
Binary file not shown.
Binary file modified LittleZip/bin/Release/libdeflate_x64.dll
Binary file not shown.
Binary file modified LittleZip/bin/Release/libdeflate_x86.dll
Binary file not shown.
Binary file modified LittleZip/libdeflate_x64.dll
Binary file not shown.
Binary file modified LittleZip/libdeflate_x86.dll
Binary file not shown.

0 comments on commit ebe166a

Please sign in to comment.