Closed elfring closed 9 years ago
@elfring Fixed. Would this be OK?
Thanks for your small source code improvement.
How do you think about to extend this software update with another clean-up?
Would you like to add input parameter validation for functions like "sixel_…_destroy
" and "sixel_…_unref
" so that corresponding pointer checks can also be deleted directly before their calls?
@elfring Thanks! I added that things. https://github.com/saitoha/libsixel/compare/fix-issue-6
fixed.
An extra null pointer check is not needed in functions like the following.
Would you like to add the following semantic patch approach to a test directory?
How do you think about to apply a corresponding update suggestion which will eventually be generated by the software "Coccinelle"?