hughsie / colord

Making color management just work
GNU General Public License v2.0
75 stars 51 forks source link

Fix the potential memory leak of sqlite3_exec() #130

Closed Zero0one1 closed 3 years ago

Zero0one1 commented 3 years ago

This PR fixes the issue https://github.com/hughsie/colord/issues/110 by setting the 5th parameter of sqlite3_exec() to NULL.