From: kramm Date: Thu, 8 Apr 2004 08:52:44 +0000 (+0000) Subject: fixed a rather nasty memory allocation bug, where a PyLong had it's X-Git-Tag: stable_core_1~6 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=f44240dc075f338630e1f02de3baca03f8806da8;hp=f44240dc075f338630e1f02de3baca03f8806da8;p=swftools.git fixed a rather nasty memory allocation bug, where a PyLong had it's reference count decreased (and was therefore freed) even though it was still used in a PyDict. Good riddance. ---