]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/MorphTables.cpp
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / layout / MorphTables.cpp
index b55c91bd970fc47d368b6333a9ceebfb8196a941..3c875946bd357bd8280f379f48fd9857ea81ca7e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * %W% %W%
  *
- * (C) Copyright IBM Corp. 1998 - 2013 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998 - 2015 - All Rights Reserved
  *
  */
 
@@ -56,6 +56,8 @@ void MorphSubtableHeader::process(const LEReferenceTo<MorphSubtableHeader> &base
 {
     SubtableProcessor *processor = NULL;
 
+    if (LE_FAILURE(success)) return;
+
     switch (SWAPW(coverage) & scfTypeMask)
     {
     case mstIndicRearrangement: