diff options
author | onefang | 2021-08-26 06:21:19 +1000 |
---|---|---|
committer | onefang | 2021-08-26 06:21:19 +1000 |
commit | cdfbb899f1112dab44d5490838765e9bd73bc60e (patch) | |
tree | 52cddd0b76e7ad8544a0ada533f91bb5fc402025 /src/patches | |
parent | Still failing to reconnect for dbCount(), just set the fucking timeout to a y... (diff) | |
parent | Don't strip (OWNER) out of script error report. (diff) | |
download | opensim-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.patch | 12 |
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 @@ | |||
1 | diff --git a/src/extensions/qconfig.c b/src/extensions/qconfig.c | ||
2 | index 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; | ||