~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/plugin.ini

  • Committer: Brian Aker
  • Date: 2011-07-12 23:34:13 UTC
  • mto: (2392.1.1 drizzle-autoconf)
  • mto: This revision was merged to the branch mainline in revision 2364.
  • Revision ID: brian@tangent.org-20110712233413-c8wwn3tw2p39g5t5
Fix memory leak in temporal and json server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
version=0.1
5
5
author=Stewart Smith
6
6
license=PLUGIN_LICENSE_GPL
7
 
headers= json/autolink.h json/config.h json/features.h json/forwards.h json/json_batchallocator.h json/json.h json/reader.h json/value.h json/writer.h json/json_internalarray.inl json/json_internalmap.inl json/json_valueiterator.inl
 
7
headers= 
 
8
  json/autolink.h
 
9
  json/config.h
 
10
  json/features.h
 
11
  json/forwards.h
 
12
  json/json_batchallocator.h
 
13
  json/json.h
 
14
  json/reader.h
 
15
  json/value.h
 
16
  json/writer.h
 
17
  json/json_internalarray.inl
 
18
  json/json_internalmap.inl
 
19
  json/json_valueiterator.inl
8
20
sources=
9
 
  json_server.cc json/json_reader.cpp json/json_value.cpp json/json_writer.cpp
 
21
  json_server.cc
 
22
  json/json_reader.cpp
 
23
  json/json_value.cpp
 
24
  json/json_writer.cpp
10
25
build_conditional="x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes"
11
26
ldflags=${LTLIBEVENT}
12