Browse Source

Update Win32NetState.h

QueryInterface должна увеличивать счётчик ссылок.
pull/1555/head
Эрик Замабувараев‐Ёмолкуу 4 years ago committed by GitHub
parent
commit
9450dc84da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Win32/Win32NetState.h

1
Win32/Win32NetState.h

@ -31,6 +31,7 @@ public: @@ -31,6 +31,7 @@ public:
} else {
Result = E_NOINTERFACE;
}
AddRef();
return Result;
}

Loading…
Cancel
Save