Systematic rework of all the cleanup code to make the generated object
authorTheodore Tso <tytso@mit.edu>
Wed, 27 Sep 1995 00:03:06 +0000 (00:03 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 27 Sep 1995 00:03:06 +0000 (00:03 +0000)
commit748f44b46d628026a7d7144b56f3c257e75d47cc
tree719cc840209b6f58d9b7a3e45739d0c29f6c2420
parentd9405dc9299764ced0e60ad895c1679a21d723a4
Systematic rework of all the cleanup code to make the generated object
file subtatially (40% on the i386 platform) smaller.  The cleanup is
now handled with a "goto error_out" statement, which prevents the
cleanup statements from being replicated many, many, many times
throughout the entire file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6863 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/krb5_decode.c