aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-05-07 11:08:32 +1000
committeronefang2020-05-07 11:08:32 +1000
commite8967249302656a79145bbeb3a336485413d3d1a (patch)
treed2d9a116707f01f054dc77656ab8798a88d57724
parentConfig option to allow other web sites to iFrame our pages. (diff)
downloadopensim-SC_OLD-e8967249302656a79145bbeb3a336485413d3d1a.zip
opensim-SC_OLD-e8967249302656a79145bbeb3a336485413d3d1a.tar.gz
opensim-SC_OLD-e8967249302656a79145bbeb3a336485413d3d1a.tar.bz2
opensim-SC_OLD-e8967249302656a79145bbeb3a336485413d3d1a.tar.xz
Leak--
-rw-r--r--src/sledjchisl/sledjchisl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 6bb9b48..00575c0 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -745,6 +745,7 @@ char *getSimName(char *sim)
745 } 745 }
746 } 746 }
747 } while (temp); 747 } while (temp);
748 regfree(&pat);
748 xclose(fd); 749 xclose(fd);
749 } 750 }
750 free(c); 751 free(c);