repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git]
/
external
/
python3
/
python-lsan.patch.0
blob
3796904bed4eb1cb6e5265137d7f81004826a7d9
1
--- configure
2
+++ configure
3
@@ -11821,6 +11821,7 @@
4
break;
5
}
6
}
7
+ freeaddrinfo(aitop);
8
}
9
10
if (!(inet4 == 0 || inet4 == 2))
11
@@ -11828,8 +11829,6 @@
12
if (!(inet6 == 0 || inet6 == 2))
13
goto bad;
14
15
- if (aitop)
16
- freeaddrinfo(aitop);
17
return 0;
18
19
bad: