From: Tuukka Lehtonen Date: Wed, 4 Jan 2017 12:38:06 +0000 (+0200) Subject: Fixed IEditorPart reference (memory) leaks from ResourceEditorSupport X-Git-Tag: v1.27.0~41 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=7a90a6a6acc2fbc1cf2a5238b1c6ce719ce53f6d;hp=7a90a6a6acc2fbc1cf2a5238b1c6ce719ce53f6d;p=simantics%2Fplatform.git Fixed IEditorPart reference (memory) leaks from ResourceEditorSupport ResourceEditorSupport.validationRequest gave IEditorPart as an argument to UnaryRequest which caused the reference to remain in the DB client's caches for very long times. This consumed the JVM heap rather quickly with editors that require a lot of memory and never explicitly free (nullify) it. refs #6936 Change-Id: I46bfd107d57dea0493653afdb378dc089fa508a2 ---