Skip to content

Commit 6ba95c3

Browse files
bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
(cherry picked from commit bf94cc7) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 34b3985 commit 6ba95c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/_msi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ msidb_getsummaryinformation(msiobj *db, PyObject *args)
916916
return msierror(status);
917917

918918
oresult = PyObject_NEW(struct msiobj, &summary_Type);
919-
if (!result) {
919+
if (!oresult) {
920920
MsiCloseHandle(result);
921921
return NULL;
922922
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy