mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
[PR #261] [CLOSED] Fixed issue when linking with C++/CLI application #866
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/261
Author: @leidegre
Created: 11/11/2015
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
635b3dcFixed issue when linking with C++/CLI application📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
enc/encode.cc(+1 -1)📄 Description
The Microsoft Visual C++ compiler, or specifically linker, generates an error about a possible uninitialized pointer when linking with a C++/CLI application if
outputis left uninitialized. This fixes that issue.I get that this is a really minor thing but at least this way no one else needs to run into this issue if they want to use brotli in a C++/CLI project.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.