
Recherche avancée
Autres articles (58)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (10200)
-
lavfi/dnn_backend_openvino.c : Fix Memory Leak in execute_model_ov
18 juin 2021, par Shubhanshu Saxenalavfi/dnn_backend_openvino.c : Fix Memory Leak in execute_model_ov
In cases where the execution inside the function execute_model_ov fails,
push the RequestItem back to the request_queue before returning the error.
In case pushing back fails, release the allocated memory.Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>
-
lavfi/dnn_backend_openvino.c : Fix Memory Leak in execute_model_ov
11 juillet 2021, par Shubhanshu Saxenalavfi/dnn_backend_openvino.c : Fix Memory Leak in execute_model_ov
In cases where the execution inside the function execute_model_ov fails,
the OVRequestItem must be pushed back to the request_queue before returning
the error. In case pushing back fails, release the allocated memory.Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>
-
avformat/http: fix memory leak in parse_cookie.
11 janvier 2018, par Richard Shaffer