]> git.cworth.org Git - apitrace/commit
trim: Close some memory leaks.
authorCarl Worth <cworth@cworth.org>
Tue, 14 Aug 2012 17:26:11 +0000 (10:26 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:03:06 +0000 (08:03 +0000)
commit42249019f6ac3453c2244bc8aab343a86e48c4d2
tree8d6ee201046b733498ef1884a7d2e3e1854547a1
parentcc6e51c012f447a30072d8e4c3cdd453c361a3c0
trim: Close some memory leaks.

The parse_call() function allocates an object and returns a pointer,
so we need to explicitly call delete on that object.
cli/cli_trim.cpp