[Libreoffice-commits] core.git: cui/source
Caolán McNamara
caolanm at redhat.com
Tue Sep 10 12:25:00 PDT 2013
cui/source/options/treeopt.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7b1a2641083085cb616e235a893f99387b569dff
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Sep 10 20:23:57 2013 +0100
CID#736321 resource leak
Change-Id: Ic91875370809fb85f50af38b9db5ce8a5025e866
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index d3c0b00..47cdb64 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -2034,6 +2034,7 @@ Module* OfaTreeOptionsDialog::LoadModule(
}
}
}
+ break;
}
}
return pModule;
More information about the Libreoffice-commits
mailing list