Skip to content
Snippets Groups Projects
Commit 8395edb6 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge remote-tracking branch 'origin/stable'

parents 3ed129c9 3f7d5ca8
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ void tc_printf(char *fmt, ...) {
if (stat == -1)
tc_error("Can't write into pager - %d", errno);
va_end(args);
if (!str)
if (str)
free(str);
return;
}
......
......@@ -17,7 +17,7 @@
<h2>An in-memory NoSQL database</h2>
<h3>
<a href="intro.html" class="intro">Overview</a> &nbsp;
<a href="doc/site-gen/mpage/index.html" class="documentation">Documentation</a> &nbsp;
<a href="doc/stable/mpage/index.html" class="documentation">Documentation</a> &nbsp;
<a href="download.html" class="download">Download</a> &nbsp;
<a href="support.html" class="support">Support</a>
</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment