Expose compiler warnings from freeing data declared as const
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 15 Dec 2007 11:41:58 +0000 (13:41 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 15 Dec 2007 11:41:58 +0000 (13:41 +0200)
commit20f6d481aabb9dcd4f38e486c80677f5a0d23f67
treee4459ab595e0f8c6b5af8ef8be71091e75e8bcdf
parentb4588a1202783dd9bbee594aa5aea022ccdd3fc9
Expose compiler warnings from freeing data declared as const
- _free() is just a wrapper to free() which additionally returns NULL
- add _constfree() for use in the cases where const is used to protect
  malloced "read-only" data in long-lived otherwise exposed structures etc
system.h