From: Eduardo Ramos Testillano Date: Thu, 20 Apr 2017 00:04:02 +0000 (+0200) Subject: Avoid use of static attribute in functions X-Git-Url: https://git.teslayout.com/public/public/public/?a=commitdiff_plain;h=61c8b6e85a24b5b6b9e9bc40dbeda77726e57283;hp=61c8b6e85a24b5b6b9e9bc40dbeda77726e57283;p=anna.git Avoid use of static attribute in functions Dynamic libraries could share the objects doing double free corruption on app stop. ---