Problem: When running out of memory while copying a dict memory may be
freed twice. (ZyX)
Solution: Do not call the garbage collector when running out of memory.
clear_sb_text(); /* free any scrollback text */
try_again = mf_release_all(); /* release as many blocks as possible */
-#ifdef FEAT_EVAL
- try_again |= garbage_collect(); /* cleanup recursive lists/dicts */
-#endif
releasing = FALSE;
if (!try_again)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 916,
/**/
915,
/**/