/
AlexanderLukyanov
/
sqlite2
Обзор
Документация
Войти
/
AlexanderLukyanov
/
sqlite2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/rtree.test
18 строк
420 B
dan
Fix a couple of memory leaks in r-tree that can occur following an OOM condition.
26 авг 2010, 18:15
26 авг 2010, 18:15
897230e
Код
Авторство
О чём код?
# 2008 June 23 # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*********************************************************************** # This file runs all rtree related tests. # set testdir [file dirname $argv0] source $testdir/permutations.test ifcapable rtree { run_test_suite rtree } finish_test