Skip to content

Commit

Permalink
Possible fix for SegFault for armv7l #520
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Feb 10, 2021
1 parent e70f4bc commit a5b2531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wand/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def get_resource_limit(self, resource):
.. versionadded:: 0.5.1
"""
genesis()
return library.MagickGetResourceLimit(self._to_idx(resource))

def set_resource_limit(self, resource, limit):
Expand Down

0 comments on commit a5b2531

Please sign in to comment.