[GitHub] trafficserver pull request #1095: TS-4956: Memory leaks in hostdb test

2016-10-26 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/1095 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[GitHub] trafficserver pull request #1095: TS-4956: Memory leaks in hostdb test

2016-10-12 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1095#discussion_r83048541 --- Diff: iocore/hostdb/test_RefCountCache.cc --- @@ -264,7 +272,20 @@ main() // printf("Sync return: %d\n", cache->sync_all()); pri

[GitHub] trafficserver pull request #1095: TS-4956: Memory leaks in hostdb test

2016-10-12 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1095#discussion_r83048638 --- Diff: iocore/hostdb/test_RefCountCache.cc --- @@ -264,7 +272,20 @@ main() // printf("Sync return: %d\n", cache->sync_all()); pri

[GitHub] trafficserver pull request #1095: TS-4956: Memory leaks in hostdb test

2016-10-11 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1095#discussion_r82898650 --- Diff: iocore/hostdb/test_RefCountCache.cc --- @@ -48,11 +48,11 @@ class ExampleStruct : public RefCountObj return new (malloc(sizeof(Exampl

[GitHub] trafficserver pull request #1095: TS-4956: Memory leaks in hostdb test

2016-10-11 Thread jacksontj
Github user jacksontj commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1095#discussion_r82878003 --- Diff: iocore/hostdb/test_RefCountCache.cc --- @@ -135,8 +135,6 @@ testRefcounting() cache->put(1, to_delete); ret |= to_delete->ref

[GitHub] trafficserver pull request #1095: TS-4956: Memory leaks in hostdb test

2016-10-11 Thread jacksontj
Github user jacksontj commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1095#discussion_r82878134 --- Diff: iocore/hostdb/test_RefCountCache.cc --- @@ -166,6 +164,8 @@ testRefcounting() ret |= tmpAfter.get()->idx != 1; printf("ret=%d

[GitHub] trafficserver pull request #1095: TS-4956: Memory leaks in hostdb test

2016-10-11 Thread bryancall
GitHub user bryancall opened a pull request: https://github.com/apache/trafficserver/pull/1095 TS-4956: Memory leaks in hostdb test You can merge this pull request into a Git repository by running: $ git pull https://github.com/bryancall/trafficserver TS-4956 Alternatively yo