Remove memory leaks in BeginSmartIndent()
commit89adcaf6588b7ddbc1ae7e9781b79bc52ff6a188
authorBert Wesarg <bert.wesarg@googlemail.com>
Wed, 8 Oct 2008 08:37:41 +0000 (8 08:37 +0000)
committerBert Wesarg <bert.wesarg@googlemail.com>
Wed, 8 Oct 2008 08:37:41 +0000 (8 08:37 +0000)
treecd385def1806815245ff2cf4ea2f77b86fd80ee9
parentb3a9d384eb88b3065ba2db0ef19684b5169a8aa7
Remove memory leaks in BeginSmartIndent()

If any of the two smart indent macros failed to parse we leak the winData.
If the modMacro failed to parse we additionaly leak the newlineMacro.
source/smartIndent.c