Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printf-hook: Avoid double-free when freeing Vstr config | Tobias Brunner | 2013-06-21 | 1 | -1/+0 |
| | | | | | | | Thread-specific objects get freed when the thread value object is destroyed (wasn't the case earlier, i.e. before 2b19dd35), which may cause the second call to vstr_free_conf() to fail in an assert in Vstr (depending on how it was built). | ||||
* | Moved printf hooks to utils folder | Tobias Brunner | 2012-10-24 | 1 | -0/+511 |