MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / Release

Method Release

Sources/Shared/IO/WebRequest.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 ++_count;
40 }
41 void Release() {
42 if (--_count == 0) {
43 delete this;
44 }
45 }
46
47 protected:
48 virtual ~IRefCounted() = default;

Callers 3

~ComPtrMethod · 0.45
resetMethod · 0.45
ComPtrClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected