hackers-painters / katana-parser

A CSS parsing library in pure C99
http://hackers-painters.github.io/katana-parser
MIT License
180 stars 40 forks source link

fix bugs when function with no args in css #5

Closed stackluca closed 8 years ago

stackluca commented 8 years ago

when a css code like this: filter:mask(), the function mask has no args, then the 'array' arg will be null in function 'katana_destroy_array_using_deallocator'