[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1308-ge705e91

Franck Villaume nerville at libremir.placard.fr.eu.org
Thu Dec 29 13:47:31 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  e705e917add65adf0a3549edf7e1198a7ebf5a24 (commit)
      from  550c538de403aedb5613a2cda9d2f8a2d004b5cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=e705e917add65adf0a3549edf7e1198a7ebf5a24

commit e705e917add65adf0a3549edf7e1198a7ebf5a24
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Dec 29 13:47:14 2016 +0100

    fix possible bug in case of multiple childs & reuse of the object in memory

diff --git a/src/common/docman/views/tree.php b/src/common/docman/views/tree.php
index 5c48423..203ae4c 100644
--- a/src/common/docman/views/tree.php
+++ b/src/common/docman/views/tree.php
@@ -6,7 +6,7 @@
  * Copyright 2002-2003, Tim Perdue/GForge, LLC
  * Copyright 2010-2011, Franck Villaume - Capgemini
  * Copyright (C) 2011 Alain Peyrat - Alcatel-Lucent
- * Copyright 2013-2015, Franck Villaume - TrivialDev
+ * Copyright 2013-2016, Franck Villaume - TrivialDev
  * http://fusionforge.org
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -78,6 +78,7 @@ if (isset($projectIDsArray) && is_array($projectIDsArray)) {
 			//]]>'."\n";
 			echo html_ac(html_ap() - 1);
 		}
+		unset($groupObject);
 	}
 }
 if ($childgroup_id) {

-----------------------------------------------------------------------

Summary of changes:
 src/common/docman/views/tree.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list