aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/patches
diff options
context:
space:
mode:
authoronefang2021-08-26 06:21:19 +1000
committeronefang2021-08-26 06:21:19 +1000
commitcdfbb899f1112dab44d5490838765e9bd73bc60e (patch)
tree52cddd0b76e7ad8544a0ada533f91bb5fc402025 /src/patches
parentStill failing to reconnect for dbCount(), just set the fucking timeout to a y... (diff)
parentDon't strip (OWNER) out of script error report. (diff)
downloadopensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.zip
opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.gz
opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.bz2
opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.xz
Merge branch 'switch' into Domme.
Diffstat (limited to 'src/patches')
-rw-r--r--src/patches/qlibc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/patches/qlibc.patch b/src/patches/qlibc.patch
new file mode 100644
index 0000000..ac67deb
--- /dev/null
+++ b/src/patches/qlibc.patch
@@ -0,0 +1,12 @@
1diff --git a/src/extensions/qconfig.c b/src/extensions/qconfig.c
2index 745a28b..87bfd67 100644
3--- a/src/extensions/qconfig.c
4+++ b/src/extensions/qconfig.c
5@@ -399,6 +399,7 @@ static char *_parsestr(qlisttbl_t *tbl, const char *str) {
6 }
7 if ((newstr = tbl->getstr(tbl, varstr, true)) == NULL) {
8 s = e; // not found
9+free(varstr);
10 continue;
11 }
12 break;