Timeline for Singly-linked list library
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:40 | history | edited | CommunityBot |
replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
|
|
| May 4, 2014 at 4:39 | history | edited | 200_success |
edited tags
|
|
| May 4, 2014 at 2:31 | history | edited | Jamal | CC BY-SA 3.0 |
added 6 characters in body
|
| May 4, 2014 at 2:28 | history | edited | rolfl | CC BY-SA 3.0 |
add unit-testing tag, fix links
|
| Jun 4, 2013 at 21:46 | vote | accept | oddlogic | ||
| Jun 1, 2013 at 2:57 | answer | added | William Morris | timeline score: 1 | |
| May 30, 2013 at 3:25 | history | edited | oddlogic | CC BY-SA 3.0 |
Added unit.c
|
| May 30, 2013 at 0:53 | comment | added | Wayne Conrad |
OK, I see the memory error. I'll amend my answer. By the way, I can tell you from personal experience that if you run valgrind with valgrind test instead of valgrind ./test, you will be horribly confused as to why it doesn't seem to have any memory problems. :)
|
|
| May 29, 2013 at 20:27 | comment | added | oddlogic | Hi Wayne, I've added the code that causes the invalid free() error. Thanks for your time. | |
| May 29, 2013 at 20:26 | history | edited | oddlogic | CC BY-SA 3.0 |
Added more info
|
| May 29, 2013 at 16:59 | comment | added | Wayne Conrad | I don't see a problem with sllist_destroy. Do you have a minimal program that uses your library to elicit the Valgrind complaint? If you do, could you please attach it? | |
| May 29, 2013 at 16:44 | answer | added | Wayne Conrad | timeline score: 4 | |
| May 29, 2013 at 8:07 | history | tweeted | twitter.com/#!/StackCodeReview/status/339654275384889345 | ||
| May 29, 2013 at 4:22 | history | edited | oddlogic | CC BY-SA 3.0 |
added 180 characters in body
|
| May 29, 2013 at 3:58 | history | asked | oddlogic | CC BY-SA 3.0 |